I have my default runlevel is init5 now i have configured to
init 3,now i wanna run my system in init3 process without
reboot the system .How will you do for this scenario?
Answer Posted / jaswant
telinit 3
or
init 3
command you can use
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain about sh?
Who command in linux?
The head command writes the how many lines of a file to screen?
How do you copy in linux terminal?
How can I create a file with cmd?
What are runlevels in linux?
What is a makefile in c?
How do I change directories in linux command line?
What is the syntax of mkdir?
Explain difference between nfs soft and hard mouniting points?
What does uname do in linux?
How can we increase disk read performance in single command?
How do I find the process id in linux?
What is devops linux?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.