systemctl httpd 的10种写法
时间: 2023-11-19 12:31:27 浏览: 108
httpd安装包--httpd安装包
5星 · 资源好评率100%
1. systemctl start httpd
2. systemctl stop httpd
3. systemctl restart httpd
4. systemctl reload httpd
5. systemctl status httpd
6. systemctl enable httpd
7. systemctl disable httpd
8. systemctl is-active httpd
9. systemctl is-enabled httpd
10. systemctl is-failed httpd
阅读全文