1、shutdown
shutdown -h now 立刻关机
shutdown -h 20:00 20:00关机
shutdown -h +10 十分钟后关机
shutdown -r now 立即重启
shutdown -r +30 'The system will reboot' 系统将在半小时后重启,并把后面信息通知所有在线用户
2、reboot 重启
3、init
init0 关机
init3 纯命令行模式
init5 含有图形界面模式
init6 重启
1、shutdown
shutdown -h now 立刻关机
shutdown -h 20:00 20:00关机
shutdown -h +10 十分钟后关机
shutdown -r now 立即重启
shutdown -r +30 'The system will reboot' 系统将在半小时后重启,并把后面信息通知所有在线用户
2、reboot 重启
3、init
init0 关机
init3 纯命令行模式
init5 含有图形界面模式
init6 重启