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 does uname do in linux?
How often do you use grep command and how in Linux operating system?
What is in mkdir command?
Explain trap command; shift command, getopts command of linux?
What is cpu in linux?
What is cd command used for?
Which command is used to terminate a process?
How is grep so fast?
What is the difference between command ‘ping’ and ‘ping6’?
Explain about sh?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What are grep patterns called?
What is git command?
What is the bash in linux?
How to give acl permission in numerical mode on linux?