We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80a40e commit a0e42f6Copy full SHA for a0e42f6
Bash-Other-Bash.md
@@ -17,6 +17,7 @@
17
- `yum remove -y httpd`,卸载 apache
18
- `yum info -y httpd`,查看 apache 版本信息
19
- `yum list --showduplicates httpd`,查看可以安装的版本
20
+ - `yum install httpd-查询到的版本号`,安装指定版本
21
- 更多命令可以看:<http://man.linuxde.net/yum>
22
- 查看某个配置文件,排除掉里面以 # 开头的注释内容:
23
- `grep '^[^#]' /etc/openvpn/server.conf`
0 commit comments