Linux restart and turn off system commands

Label: Use the 65

Restart order:

1、reboot

2、shutdown -r now Restart immediately (root user use)

3、shutdown -r 10 Auto restart in 10 minutes (root user)

4、shutdown -r 20:35 Restart at 20:35

Shutdown command:

1、halt   shutdown -h now

2、poweroff  shutdown -h now

3、shutdown -h now Shut down immediately (root users use)

4、shutdown -h 10 10Automatic shutdown in minutes

linuxRestart and close system commands

Label: Use the 65

Original: http://www.cnblogs.com/tomcatx/p/4442994.html

Leave a Reply

Your email address will not be published. Required fields are marked *