Posted on July 21, 2020July 9, 2023 by Mingyu Zhu[命令] Linux 命令 service (管理程序单元) 内容一:列出所有受 systemctl 管理的单元内容二:启动某一个单元内容三:停止某一个单元 内容一:列出所有受 systemctl 管理的单元 # service -–status-all 内容二:启动某一个单元 # service <unit> start 内容三:停止某一个单元 # service <unit> stop