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 / 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 |
Post New Answer View All Answers
What is umask in linux?
What is clang tidy?
What is cpu in linux?
What is mkdir?
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 ?
How do you run command every time a file is modified?
Explain about communication features in UNIX?
Explain the linux ‘cd’ command options along with the description?
How do I run a script in linux?
What does cd – command do?
What is the use of ls command?
How do you copy in linux terminal?
How do I find the process id in linux?
How do I run a command in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.