常见的有shutdown,halt,reboot,poweroff
shutdown -h now
立刻关机,相当与halt,init 0
shutdown -r now
立即重启,相当于reboot,init 6
shutdown -h 20:30
系统在今天20:30关机
shutdown -h +10
系统在十分钟后关机
shutdown -k +30 ‘this system will reboot'
系统仅发出十分钟后将要重启的警告,并不真正重启。
常见的有shutdown,halt,reboot,poweroff
shutdown -h now
立刻关机,相当与halt,init 0
shutdown -r now
立即重启,相当于reboot,init 6
shutdown -h 20:30
系统在今天20:30关机
shutdown -h +10
系统在十分钟后关机
shutdown -k +30 ‘this system will reboot'
系统仅发出十分钟后将要重启的警告,并不真正重启。
转载于:https://my.oschina.net/xngiser/blog/12163