Linux

启动Web服务的工具

Nginx

命令注释
systemctl start nginx启动Nginx
systemctl stop nginx停止Nginx
systemctl restart nginx重启Nginx
systemctl status nginx查看Nginx运行状态
systemctl enable nginx设置Nginx开机自启动
systemctl disable nginx取消Nginx开机自启动