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 are grep patterns called?
How do you create a file?
What are linux commands?
How do I stop a linux job?
What is sudo bash command?
How you will create new folder / directories and how to remove file and folder in linux?
How do I list directories in linux?
What would be the result of the command paste -s dog cat?
What are the command prompt commands?
Find command can search for files by
Why is it called bash?
What is ulimit in linux?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What is tty in linux process?
What is mkdir p?