参考:http://blog.csdn.net/hshl1214/article/details/6228275

命令行中执行如下:
[root@fsc feng]# file /sys/power/state
/sys/power/state: ASCII text
[root@fsc feng]# cat /sys/power/state
standby mem disk
[root@fsc feng]# echo “mem”>/sys/power/state
/sys/power/state是个文本文档,一个”mem”的导向就能使系统挂起到内存(待机)或硬盘(休眠)

相关文章:

  • 2021-11-23
  • 2021-12-03
  • 2021-12-03
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-04-21
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案