# schedule shutdown 1 minute from now
shutdown
# schedule shutdown 15 minutes from now
shutdown +15
# schedule shutdown at 23:00
shutdown 23:00
# shutdown immediately
shutdown now
# cancel shutdown
shutdown -c
shutdown now
shutdown 1:55 # Shutdown 01:55:00 UTC
shutdown +120 # now + 120 menute
#shutdown right now
shutdown
#Shudeling time
shutdown 30
sudo poweroff