Files
Obsidian-Main/00. Inbox/Linux/CLI/systemd.md

4 lines
85 B
Markdown

## 列出系統中的 systemd service
```bash
systemctl list-units --type=service
```