mount /dev/cdrom /mnt
shutdown -h now # 立即关机
shutdown -h +1 # 1分钟后关机
init 0 # 关机
power off # 关机
halt #关机
reboot
systemctl reboot
shutdown -r now
init 6
exit
logout