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

To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob

4 Answers  


What does rmdir do in linux?

0 Answers  


How to FTP user access other directory except his own home directory ?

2 Answers   IBM,


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.

0 Answers  


You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose

0 Answers  


How do I check command history?

0 Answers  


What is the command to check cpu speed in linux?

0 Answers  


What is ls command and what it does?

0 Answers  


What is the purpose of the 'ps' command?

1 Answers  


what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.

6 Answers   Google,


How can I only see the first 14 lines of a file?

5 Answers  


What does curl command do in linux?

0 Answers  


Categories