概述
1.sync-flush file system buffers 更新文件系统缓冲区
作用:Force changed blocks to disk, update the super block. 促使内存块中数据存进磁盘,更新超级块。
2.shutdown - Halt, power-off or reboot the machine 这三个命令用来停止,断电或重启机器。
语法:shutdown [OPTIONS…] [TIME] [WALL…]
time :now 立刻 ,HH:mm 定时关机,+m m分钟后关机
例如:shutdown -P now 立即关机
用法:
- -H, --halt Halt the machine.停止机器
- -c 取消停止
- -k Do not halt, power-off, reboot, just write wall message.只在终端界面输出返回留言信息。
- -P, --poweroff Power-off the machine (the default).断电,默认是一分钟
- -r, --reboot Reboot the machine.重启
语法:halt [OPTIONS…] reboot [OPTIONS…] - –halt Halt the machine, regardless of which one of the three commands is invoked.不论三个命令中的哪个命令被调用,停止机器运行,但不断电。(可能是中止之前的命令执行)
- -p, --poweroff Power-off the machine, regardless of which one of the three commands is invoked.不论三个命令中的哪个命令被调用,都关机
- –reboot Reboot the machine, regardless of which one of the three commands is invoked.不论三个命令中的哪个命令被调用,都重启。
- -f, --force Force immediate halt, power-off, reboot. Do not contact the init system.立即执行相应命令,不和系统交互。
最后
以上就是欢喜过客为你收集整理的Linux学习笔记-shutdown关机命令的全部内容,希望文章能够帮你解决Linux学习笔记-shutdown关机命令所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复