Files
Obsidian-Main/21. 資料收集/Linux/CLI/systemd.md

4 lines
85 B
Markdown

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