
CentOS
JiaWei3209
让优秀成为一种习惯
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7 防火墙操作
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : systemctl enable firewalld 2.systemctl是CentOS7的服...原创 2019-08-10 09:08:59 · 282 阅读 · 0 评论 -
nginx常用命令
查看帮助信息 nginx -h 查看nginx版本(小写字母v) nginx -v 除版本信息外还显示配置参数信息(大写字母V) nginx -V 启动nginx start nginx 指定配置文件启动nginx start nginx -c filename 关闭nginx,完整有序的停止nginx,保存相关信息 nginx -s quit 关闭...原创 2019-08-10 09:44:26 · 276 阅读 · 0 评论