Files
Obsidian-Main/21.01. Linux/CLI/systemd.md

4 lines
85 B
Markdown

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