Fork me on GitHub

随笔分类 -  linux服务编写

摘要:Centos 6(以下均以httpd服务为例) 开启服务: service httpd start 关闭服务: service httpd stop 服务状态: service httpd status 开机服务自启动 chkconfig httpd on 开机服务禁止启动 chkconfig ht 阅读全文
posted @ 2020-08-04 11:43 Alex-Lzy 阅读(453) 评论(0) 推荐(1) 编辑