← 返回命令列表

Linux command

systemctl-isolate 命令

文件

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

常用示例

Example

systemctl isolate [target]

Example

systemctl isolate graphical.target

Example

systemctl isolate rescue.target

Example

systemctl isolate emergency.target

说明

systemctl isolate starts the specified unit and its dependencies while stopping all other units not required by that unit. This is similar to changing runlevels in SysV init systems. Units with `IgnoreOnIsolate=yes` are not stopped during isolation. The `.target` suffix is assumed if no extension is provided.

FAQ

What is the systemctl-isolate command used for?

systemctl isolate starts the specified unit and its dependencies while stopping all other units not required by that unit. This is similar to changing runlevels in SysV init systems. Units with `IgnoreOnIsolate=yes` are not stopped during isolation. The `.target` suffix is assumed if no extension is provided.

How do I run a basic systemctl-isolate example?

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

Where can I find more systemctl-isolate examples?

This page includes 4 examples for systemctl-isolate, plus related commands for nearby Linux tasks.