Systemctl和service、chkconfig命令的关系
Abstract
# 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
Login required to read the rest of the content
登录 to comment~
Guess you like
Recommended articles