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



I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

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

I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

Answer / saravanan

/etc/inittab

id:5:initdefault


you should replace 3 in 5

Is This Answer Correct ?    8 Yes 1 No

I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

Answer / jaswant

telinit 3

or

init 3

command you can use

Is This Answer Correct ?    6 Yes 4 No

I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

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

I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

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

I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in in..

Answer / muthukumar

If you want to work without reboot. the only option is telinit 3

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

What is df -h command?

0 Answers  


The command ‘umask -S’

0 Answers  


How remove all files in a directory linux?

0 Answers  


What is difference between comm and CMP command?

0 Answers  


How do I find my hostname in linux?

1 Answers  






What is Syntax of any Linux command?

0 Answers   UGC Corporation,


What is mkdir m in linux?

0 Answers  


What does chmod 666 do?

0 Answers  


How can you copy lines into the buffer in command mode?

0 Answers  


in unix how to change old name to new name

7 Answers   Google,


What is the difference between kill and kill -9 commands?

4 Answers   Sabre,


How do I run bash on windows?

0 Answers  


Categories