Linux 重启
linux重启系统可通过5种方法实现:
推荐第2种,因为输入字符最少。
方法1:reboot
reboot
 
方法2:init
init 6
 
方法3:halt
halt --reboot
 
方法4:shutdown
shutdown -r now
 
方法5:systemctl
systemctl reboot
 
linux重启系统可通过5种方法实现:
推荐第2种,因为输入字符最少。
方法1:reboot
reboot
 
方法2:init
init 6
 
方法3:halt
halt --reboot
 
方法4:shutdown
shutdown -r now
 
方法5:systemctl
systemctl reboot