摘要: 以http服务为例,以下命令中的httpd为服务名 systemctl start httpd 启动服务 systemctl restart httpd 重启服务 systemctl stop httpd 停止服务 systemctl reload httpd 重新加载配置文件(不终止服务) sys 阅读全文
posted @ 2022-10-27 09:48 dirgo 阅读(66) 评论(0) 推荐(0) 编辑