centos执行 service nginx start 报错 :Redirecting to /bin/systemctl start nginx.service

错误原因:service nginx start 是centos6.x的命令 , centos7.x使用 systemctl start nginx

你可能感兴趣的:(web开发基础知识)