Created
March 19, 2019 03:58
-
-
Save ayuLiao/f3b91c931e875f0ee950a465f7df4e76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
重启命令: | |
1、reboot | |
2、shutdown -r now 立刻重启(root用户使用) | |
3、shutdown -r 10 过10分钟自动重启(root用户使用) | |
4、shutdown -r 20:35 在时间为20:35时候重启(root用户使用) | |
如果是通过shutdown命令设置重启的话,可以用shutdown -c命令取消重启 | |
关机命令: | |
1、halt 立刻关机 | |
2、poweroff 立刻关机 | |
3、shutdown -h now 立刻关机(root用户使用) | |
4、shutdown -h 10 10分钟后自动关机 | |
如果是通过shutdown命令设置关机的话,可以用shutdown -c命令取消重启 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment