Linux Linux, Ubuntu, 休眠 2023-04-05 Source Edit History 01-Linux-Ubuntu服务器休眠 文章目录 1. 禁用2. 启用 禁用1sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target 启用1sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target