Systemctl和service、chkconfig命令的关系

写评论

Systemctl和service、chkconfig命令的关系

卷心菜 卷心菜
摘要 # systemctl > `systemctl`命令:是一个systemd工具,主要负责控制systemd系统和服务管理器。可以输入`systemctl` 然后按下tab键查看支持的参数 ``` systemctl edit ngin

systemctl

systemctl命令:是一个systemd工具,主要负责控制systemd系统和服务管理器。可以输入systemctl 然后按下tab键查看支持的参数

systemctl edit nginx # 编辑配置
systemctl list-unit-files
systemctl list-units
systemctl start firewalld systemctl restart firewalld
systemctl stop fitrwalld
systemctl disable firewalld
systemctl enable 
剩余内容需要登录才能阅读

登录 后才能评论~