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 cpu core in linux?
What is ll command in unix?
What file type is a makefile?
What does grep grep do?
What is a good processor speed?
What does df command do in linux?
What does chmod 666 do?
What is a simple command?
The head command writes the how many lines of a file to screen?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
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.
What are the command prompt commands?
What is 9 in kill?
What does bash stand for?
Can I delete .bash history?