← 返回命令列表

Linux command

systemctl-rescue 命令

文本

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

常用示例

Example

systemctl rescue

Example

systemctl rescue --no-block

说明

systemctl rescue transitions the system to rescue mode (`rescue.target`), a single-user environment for system maintenance. Most services are stopped, but more are available than in emergency mode. Rescue mode provides a shell with basic system services, networking may be available, and all filesystems are typically mounted read-write.

参数

--no-block
Return immediately without waiting

FAQ

What is the systemctl-rescue command used for?

systemctl rescue transitions the system to rescue mode (`rescue.target`), a single-user environment for system maintenance. Most services are stopped, but more are available than in emergency mode. Rescue mode provides a shell with basic system services, networking may be available, and all filesystems are typically mounted read-write.

How do I run a basic systemctl-rescue example?

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

What does --no-block do in systemctl-rescue?

Return immediately without waiting