标签:注意 class color 运行 hal 数据 保存 数据保存 code
关机与重启命令 shutdown -h now 表示立即关机 shutdown -h 1 表示一分钟后关机 shutdown -r now 表示立即重启 halt 直接使用,效果等价于关机 reboot 重启系统 sync 把内存的数据保存到磁盘上 注意细节:不管是重启系统还是关闭系统,首先要运行sync命令,把内存中的数据写到磁盘中。
标签:注意 class color 运行 hal 数据 保存 数据保存 code
原文地址:https://www.cnblogs.com/cbxBlog/p/9164577.html