What is the most graceful way to get to run level single user mode?


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.



Explore posts in the same categories: Linux Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How can I set database to a single user mode ?
  • To set database to a single user mode, you can use the Enterprise Manager or the sp_dboption system stored procedure. For...
  • How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
  • SQL Server can be started from command line, using the SQLSERVR.EXE. This EXE has some very important parameters with which...
  • What command do we use to rename a db ?
  • sp_renamedb ‘oldname’ , ‘newname’ Well sometimes sp_reanmedb may not work you know because if some one is using the db...
  • What are savepoint mode and cursor mode properties ? level?
  • Specifies whether Oracle Forms should issue savepoints during a session. This property is included primarily for applications that will run...
  • How do you change File Access Permissions?
  • Every file has following attributes: owner's user ID ( 16 bit integer ) owner's group ID ( 16 bit integer ) File access...
  • What is mutant?
  • In Windows NT a mutant provides kernel mode or user mode mutual exclusion with the notion of ownership....
  • Can we handle the error and redirect to some pages using web.config?
  • Yes, we can do this, but to handle errors, we must know the error codes; only then we can take...
  • Where does CPU Enhanced mode originate from?
  • Intel’s 80386 was the first 32-bit processor, and since the company had to backward-support the 8086. All the modern Intel-based...
  • Where does CPU Enhanced mode originate from?
  • Intel’s 80386 was the first 32-bit processor, and since the company had to backward-support the 8086. All the modern Intel-based...
  • What are rings in Windows NT?
  • Windows NT uses protection mechanism called rings provides by the process to implement separation between the user mode and kernel...

    Comment:

    You must be logged in to post a comment.