欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

服务状态控制

程序员文章站 2022-05-18 20:26:25
systemctl restart 服务名 重启服务 systemctl start 服务名 启动服务 systemctl stop 服务名 关闭服务 systemctl reload 服务名 更新服务参数 systemctl enable 服务名 加入开机启动 systemctl status 服 ......

systemctl

restart

服务名

重启服务

systemctl

start

服务名

启动服务

systemctl

stop

服务名

关闭服务

systemctl

reload

服务名

更新服务参数

systemctl

enable

服务名

加入开机启动

systemctl

status

服务名

查看服务状态