Advertisement
zedki

LINUX MINT EMERGENCY RESTART/SHUTDOWN

Nov 2nd, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. LINUX MINT EMERGENCY RESTART/SHUTDOWN
  2. The preferred way
  3. ctrl+alt+F1 to login to the console
  4. $ Login
  5. $ password
  6. # su
  7. # Login
  8. # password
  9. # shutdown -h now
  10.  
  11. OTHER OPTIONS
  12. shutdown -c ~ cancel shutdown
  13. shutdown -h ~ halt = safe shutdown
  14. shutdown -P ~ poweroff
  15. shutdown -r ~ reboot
  16. shutdown -F ~ force fsck after reboot
  17. shutdown -h -r -F now ~ halt, reboot run fsck do it now
  18.  
  19. IF ALL ELSE FAILS
  20.  
  21. ctrl+alt+del restarts OS, but you lose all data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement