要设置Linux不休眠,可以使用以下方法:
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
这会禁用所有休眠和挂起功能。
请注意,此设置可能需要root或管理员权限才能更改。