Skip to content

systemctl

标签
Linux
操作系统
终端
字数
106 字
阅读时间
1 分钟

启动某一个服务进程

cmd
systemctl start [服务进程名]

查看某一个服务进程状态

cmd
systemctl status [服务进程名]

停止某一个服务进程

cmd
systemctl stop [服务进程名]

设置服务开机自启

cmd
systemctl enable [服务进程名]

关闭服务开机自启

cmd
systemctl disable [服务进程名]

贡献者

页面历史