What is the most graceful way to get to run level single user mode?
By admin on Jun 29, 2007 in UNIX Interview Questions, Unix/Linux Interview Questions
The most graceful way is to use the command init s. If you want to shut everything down before going to single user mode then do init 0 first and from the ok prompt do a boot -s.


