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
#vim /etc/inittab
id:5:initdefault
you can replace 5 to 3 and save file
after that without reboot the system go to runlevel 3, use
following command
telinit 3
or
init 3
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How do you insert comments in the command line prompt?
The head command writes the how many lines of a file to screen?
What language is a makefile written in?
What is bash command?
What are the commands in linux?
What is $$ in shell script?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What does r mean linux?
What does the command env do?
Explain the free command.
How do I find the process id in linux?
Where is command history stored in linux?
How use more command in linux?
What does kill in linux?