clear linuxintel clear linux 电源状态命令
Posted 正霜霜儿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clear linuxintel clear linux 电源状态命令相关的知识,希望对你有一定的参考价值。
# 重启系统
$ sudo systemctl reboot
# 关闭系统,切断电源
$ sudo systemctl poweroff
# CPU停止工作
$ sudo systemctl halt
# 暂停系统
$ sudo systemctl suspend
# 让系统进入冬眠状态
$ sudo systemctl hibernate
# 让系统进入交互式休眠状态
$ sudo systemctl hybrid-sleep
# 启动进入救援状态(单用户状态)
$ sudo systemctl rescue
以上是关于clear linuxintel clear linux 电源状态命令的主要内容,如果未能解决你的问题,请参考以下文章