Linux系统操作

临时挂载设备

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

posted @ 2021-07-27 16:34  henryVIII  阅读(31)  评论(0)    收藏  举报