Linux常用命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux常用命令相关的知识,希望对你有一定的参考价值。
文件查找命令
1\find /etc -name "*.txt" (find 文件路径 -name 文件名后缀)
exp: find /etc -name cloudera-manager-agent-5.3.6-1.cm536.p0.244.el6.x86_64.rpm
2\locate filename(locate 文件名)
exp: locate cloudera-manager-agent-5.3.6-1.cm536.p0.244.el6.x86_64.rpm
第二种方法要比第一种方法快得多,因为:
以上是关于Linux常用命令的主要内容,如果未能解决你的问题,请参考以下文章