首页 > 系统服务 > 详细

Linux系统环境下,lnmp环境的搭建

时间:2020-03-15 23:15:26      阅读:81      评论:0      收藏:0      [点我收藏+]

1、nginx安装参看nginx篇

常用的linux语句的使用:

a、systemctl status nginx   => 查看nginx的运行状态;

b、systemctl start nginx => 启动nginx

c、systemctl reload nginx => 重载nginx系统   可以使用 nginx -s reload -c /etc/nginx/nginx.conf替代

d、systemctl restart nginx => 重启nginx;

e、systemctl stop nginx => 停止nginx;

f、pstree | grep nginx  => nginx的进程管理 也可以使用 ps -ef | grep nginx| grep -v grep

g、netstat -tunpl | grep nginx => 查看端口

 

Linux系统环境下,lnmp环境的搭建

原文:https://www.cnblogs.com/rickyctbu/p/12500910.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!