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
剩余内容需要登录才能阅读
登录 后才能评论~
猜你喜欢
推荐了几个