Skip to content

Commit a0e42f6

Browse files
authored
Create Bash-Other-Bash.md
1 parent d80a40e commit a0e42f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bash-Other-Bash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- `yum remove -y httpd`,卸载 apache
1818
- `yum info -y httpd`,查看 apache 版本信息
1919
- `yum list --showduplicates httpd`,查看可以安装的版本
20+
- `yum install httpd-查询到的版本号`,安装指定版本
2021
- 更多命令可以看:<http://man.linuxde.net/yum>
2122
- 查看某个配置文件,排除掉里面以 # 开头的注释内容:
2223
- `grep '^[^#]' /etc/openvpn/server.conf`

0 commit comments

Comments
 (0)