What is the most graceful way to get to run level single
user mode?
Answers were Sorted based on User's Feedback
Answer / sumeeraj
just type on the prompt that command:- init 1 and enter.
it will take u the single user mode.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / daniel
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.
| Is This Answer Correct ? | 4 Yes | 2 No |
command for single usermode
telinit s
this command will take to single usermode without rebooting
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murali
thats very important question as a linux admin.
we can enter using runlevel 1
thats is init 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khadeer
once you login into console then you can type init 0
it will take to you runlevel 1
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you clear the screen in linux?
How many types of dos commands are there?
What is umask 000?
What will happen when a system call is encountered in a user program?
1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?
How do I find command history in linux?
what is major and minor?
How do you check the current system uptime in Linux?
How would you monitor real-time system performance in Linux?
What is tty in linux command?
What can you type at a command line to determine which shell you are using?
Why ls -F dev/log file output indicate as = sign at end of the file name?