工具

systemd 快速参考

systemd 快速参考 的可打印速查表,适合快速查阅、学习和桌边参考

来源
systemd Documentation (systemd.io)
许可证
MIT
版本
3 下载选项
更新时间
2026-03-27

示例

速查表包含什么

基本服务命令

systemctl start nginx
systemctl stop nginx
systemctl restart nginx
systemctl reload nginx    # reload config
systemctl status nginx

启用 / 禁用

systemctl enable nginx    # start at boot
systemctl disable nginx   # remove from boot
systemctl enable --now nginx  # enable + start
systemctl is-enabled nginx

服务状态

active (running)服务正常运行中
active (exited)已运行一次并成功退出
inactive (dead)服务已停止
failed服务崩溃或以非零状态退出
activating服务正在启动

下载完整速查表,获取所有章节的打印排版版本

下载 PDF

下载

选择适合你阅读方式的版本

文本格式

以纯文本形式复制或下载

下载 Markdown

适合把命令、代码片段和配置复制到笔记、提示词或文档中

下载 Markdown