首页 > 编程知识 正文

Linux学习笔记-shutdown关机命令

时间:2023-05-06 21:01:59 阅读:198117 作者:1642

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.立即执行相应命令,不和系统交互。

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。