← 返回命令列表

Linux command

systemctl-tui 命令

文本

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

常用示例

Launch the interactive service manager

systemctl-tui

Limit displayed units

systemctl-tui --limit-units "[pattern]"

说明

systemctl-tui lets you quickly browse systemd service status and logs, start/stop/restart/reload services, and view/edit unit files from an interactive terminal interface. It aims to do a small number of things well: viewing service status, reading logs, and managing services without needing to remember `systemctl` and `journalctl` subcommands.

参数

--limit-units _pattern_
Limit the view to units matching the given pattern.

FAQ

What is the systemctl-tui command used for?

systemctl-tui lets you quickly browse systemd service status and logs, start/stop/restart/reload services, and view/edit unit files from an interactive terminal interface. It aims to do a small number of things well: viewing service status, reading logs, and managing services without needing to remember `systemctl` and `journalctl` subcommands.

How do I run a basic systemctl-tui example?

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

What does --limit-units _pattern_ do in systemctl-tui?

Limit the view to units matching the given pattern.