服务启动/停止/自启command 随记

来自三线的随记
Admin讨论 | 贡献2020年10月14日 (三) 10:57的版本 (Admin移动页面服务启动/停止/自启服务启动/停止/自启command 随记,不留重定向)

Ubuntu

service *** {start | status | stop}

systemctl {start | stop | status | enable | disable | reenable | is-enabled} *****

Cenntos

systemctl {start | stop | status | enable | disable | reenable | is-enabled} *****

Red hat

chkconfig *** {on | off |--list}