3 examples for shutdown

{{ score }}
  # restart machine in 30 minutes
shutdown -r +30
        
{{ score }}
  # shutdown machine immediately
shutdown -h now
        
{{ score }}
  # shutdown the machine immediately, requires super-user permissions to run
sudo shutdown -h