3 examples for shutdown

10
1
2
  # restart machine in 30 minutes
shutdown -r +30
9
1
2
  # shutdown machine immediately
shutdown -h now
-2
1
2
  # shutdown the machine immediately, requires super-user permissions to run
sudo shutdown -h