[内容] Linux 重启和关机的实现

内容一:系统关机的方法

1) # init 0
2) # poweroff
3) # system poweroff
4) # shutdown -h 0

内容二:系统重启的方法

1) # init6
2) # reboot
3) # systemctl reboot
4) # shutdown -r 0