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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / saravanan
/etc/inittab
id:5:initdefault
you should replace 3 in 5
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / ajay
I think above all answers are wrong because if we make any changes in configuration file then we reboot the system for sure.
with out reboot the system it is better to use " start x "command.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / muthukumar
If you want to work without reboot. the only option is telinit 3
| Is This Answer Correct ? | 0 Yes | 1 No |
What is clang llvm?
How can I delete a file in linux?
What do you mean by directory?
What is the makefile in c?
How does case sensitivity affect the way you use commands?
What is the bash in linux?
What is the use of finger command in linux?
How do you sort cpu in top command?
What is difference between sh and bash?
what are the linux boot files?
Hi guys, I am working in MNC from 1 and half year as Software Engg but not in programming, its in Information Security. Now I am doing RHEL 5(Red Hat certification) to move into Linux Admin. Can anyone please give me the future scope of this field and please send me the interview questions or links to get the idea. Thanks, Sushant.
What command can you use to review boot messages?