如何确认我已从 CLI 成功关闭 Ubuntu 16.04 机器上的睡眠和休眠模式?
我只能通过 SSH 访问机器,所以没有 GUI。
我运行了以下命令:
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
有没有办法从 CLI 获取睡眠/挂起/休眠设置?
答案1
我认为方法如下:
sudo systemctl status sleep.target
sudo systemctl status suspend.target
sudo systemctl status hibernate.target
sudo systemctl status hybrid-sleep.target
信息:
man systemd.special 7