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 command grouping and how does it work?
What is phony in makefile?
what is the fastest way to enter a series of commands from the command-line in linux
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
Any one example of uninteruptable sleeping process?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I find command history in linux?
What is the role of case sensitivity in affecting the way commands are used?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
What is bc command in unix?
How do I do a whois search?
What does kill in linux?