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 / naresh g
1)got to #vim /etc/inittab
change runlevel 5 to 3 and save it
2) without reboot the system to go to runlevel 3 we can run the follwing comand
#init 3
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the basic commands in command prompt?
How do you execute more than one command or program from a single command line entry?
Is python faster than bash?
What is echo command in batch file?
How do I run a bash script in linux?
Who linux commands?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is the gcc command?
What are the basic dos commands?
What is kill 9 in linux?
Why echo is used in linux?
How do you create a blank file in linux?
Is makefile a shell script?
What is the command to delete a file linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?