如何使用命令行“取消挂起”计算机

时间:2019-01-09 18:14:03

标签: linux suspend systemctl

我正在编写一个脚本来定义当我对计算机进行对接/对接时发生的情况。我希望在关闭机箱盖时卸下计算机时可以挂起它,而在将其停靠回原位时可以“取消挂起”。我有什么办法可以在bash脚本中做到这一点吗?

2 个答案:

答案 0 :(得分:3)

If a computer is suspended, it cannot run any script. So waking up via bash is impossible.

systemctl suspend is the console command to suspend your computer.

Dock and undock scripts can be triggered via udev, cf. https://help.ubuntu.com/community/LaptopLidAndDockScripts#Dock_and_Undock_Scripts.

答案 1 :(得分:0)

如果计算机处于挂起状态,则无法通过运行任何脚本来取消挂起计算机,因为它不会执行任何脚本。