l 重启命令
reboot 重启
shutdown -r now 立即重启
shutdowm -r 10 10分钟后重启
shutdown -r 9:35 9:35重启
init 6
l 关机命令
shutdown -h now
shutdown -h 10
shutdown -h 10:35
init 0
init进程是Linux极为重要的进程
下面是关于一些init命令的讲解
init 0 停机
init 1 单用户模式
init 2 多用户 无NFS
init 3 多用户 有NFS
init 4 unusrd
init 5 x11
init 6 重启
init 并非所有命令都能用到,日常熟悉一些即可
原文:https://www.cnblogs.com/Devin97/p/10896720.html