介绍两个很常用的Linux命令

06-21

1)yum list |grep 安装包名
这个命令经常用于查找在源上是否有某个安装包。
2)find 目录 -name 目标文件名
这个命令用于查找某个文件所在的路径。