Shutdown-h 0 #<==o seconds after shutdown shutdown-h now #<== shut down Shutdown-h ten #<==10 minutes after shutdown shutdown-h 23:20 #< ==23:20 shutdown-c #<== cancel shutdown shutdown Command init 0 #<== shutdown immediately (switch run level 0, recommended) Halt #< = = Turn off the machine immediately poweroff #<== turn off the machine immediately
Shutdown-r now #<== restart Shutdown-r 23:20 & #<==23:20, plus & symbol to move the command to Background processing reboot #<== to restart immediately (recommended) Init 6 #<== Restart immediately (switch runlevel to 6, recommended)
Logout #<== immediately logout exit #<== immediately logout in SecureCRT software, press the shortcut key: Ctrl + D #<== recommended use
This article is from the "Chen was 007" blog, please be sure to keep this source http://chenfage.blog.51cto.com/8804946/1829193
Linux Shutdown/restart/logoff commands