shutdown - shutdown the machine.
Halt the system and shutdown right away:
shutdown -h now
Wait 5 minutes to shutdown and display a message to all logged users:
shutdown -h +5 "Server is going down. Please save your work."
Cancel scheduled shutdown:
shutdown -c
Restart the system:
shutdown -r now