ubuntu shutdown command code example
Example 1: cmd shutdown
# Schedule an automatic shutdown (7200 = seconds)
shutdown /s /t 7200
# Cancel Auto Shutdown Schedule
shutdown -a
Example 2: shut down instantly on linux
sudo shutdown now
Example 3: how to shut down ubuntu server command
sudo poweroff
Example 4: shutdown terminal command
#Shutdown
sudo shutdown -h now
#or
sudo shutdown -h [TIME]
#Reboot
sudo reboot
Example 5: ubuntu auto shutdown
sudo shutdown -h +60