English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux shutdown command can be used to perform shutdown procedures and send messages to all users' running programs before shutdown. Shutdown can also be used to restart.
Permission to Use: System Administrator.
shutdown [-t seconds]-rkhncfF] time [message]
Parameter Description:
Shutdown immediately
# shutdown -h now
Specify 10 Shutdown after minutes
# shutdown -h 10
Restart the Computer
# shutdown -r now