shutdown command ubuntu code example
Example 1: how to shut down ubuntu server command
sudo poweroff
Example 2: shutdown terminal command
#Shutdown
sudo shutdown -h now
#or
sudo shutdown -h [TIME]
#Reboot
sudo reboot
Example 3: ubuntu auto shutdown
sudo shutdown -h +60