← 返回命令列表

Linux command

systemctl-suspend 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Suspend

systemctl suspend

Force

systemctl suspend -f

说明

systemctl suspend puts the system into suspend mode (suspend-to-RAM), a low-power state where the system contents are kept in memory. Wake-up is fast since the system state doesn't need to be restored from disk. Power is maintained to RAM to preserve the system state. This is the standard sleep mode for laptops and desktops.

参数

-f, --force
Force suspend even if inhibitors are present
--no-wall
Don't send wall message to users

FAQ

What is the systemctl-suspend command used for?

systemctl suspend puts the system into suspend mode (suspend-to-RAM), a low-power state where the system contents are kept in memory. Wake-up is fast since the system state doesn't need to be restored from disk. Power is maintained to RAM to preserve the system state. This is the standard sleep mode for laptops and desktops.

How do I run a basic systemctl-suspend example?

Run `systemctl suspend` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -f, --force do in systemctl-suspend?

Force suspend even if inhibitors are present