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、halt和reboot的使用方法,以及sync-flushfilesystembuffers命令的作用。文章解释了如何通过不同的选项实现立即关机、定时关机、重启及停止机器等功能。

8298

被折叠的 条评论
为什么被折叠?



