注销用户
logout
exit
Ctrl + D
重启
reboot # 会自动在几分钟后重启
reboot -h now # 立即重启 需要超级管理员身份
shutdown -r
Ctrl + ALT + DEL # 只能在linux主机上用
关机
halt
shutdown
shutdown -h now # 立即关机
shutdown -h 12:00:00 # 定时关机
shutdown -h 2019-07-20 12:00 # 定时关机
如有错误或建议欢迎大家指出与评论哈,希望这篇博文能帮助到大家,大家也可以分享给需要的人。