Monday, September 17, 2018

Shutdown and Restart Linux

1. To shut down the system from a terminal session, sign in or "su" to the "root" account. Then type   
  /sbin/shutdown now.

2. To reboot the system after shutdown use the -r argument:
  
  /sbin/shutdown -r

No comments: