Search This Blog

Labels

adobe (1) android (3) apache (3) aviation (1) bash (2) chrome (2) composer (1) cookery (3) dev (2) dodanperks (1) extensions (1) facebook (2) firefox (1) git (2) grafana (1) guzzle (1) headaches (11) htaccess (1) html5 (2) jquery (2) lamp (1) life hacks (10) linux (28) mysqli (2) native (1) opera (2) php (10) railfanning (1) reactjs (3) reactnative (1) servers (11) sinhala (1) smartphones (2) snap (1) sound (1) tech (22) troubleshoots (4) ubuntu (29) unicode (4) virtualbox (1) wamp (2) web (11) windows (4) wordpress (3) youtube (2) කෑම (3)

Monday, 14 July 2014

Linux 4: Run Levels

0 — System halt
1 — Single User
2 — Multiple Users No NFS (No Network File System)
3 — Multiple Users Command Line
4 — User definable
5 — Multiple Users GUI
6 — Multiple Users Reboot

Single User Mode

  • Boots multi user system into single super user
  • Mainly used for maintenance
  • Some tasks may require exclusive access to shared resources
  • Can also be used for security purposes
  • Network services not running
  • On some systems lost superuser passwords can be reset by switching into superuser mode

Edit GRUB to go single


  • Select menu entry to edit
  • Press e
  • Go to Kernel line
  • Press e(??)
  • Type single at the end of the line
  • Press Esc
  • Press b to boot

No comments:

Post a Comment