centos8系统的find命令大全
centos8系统的find命令大全
Linux系统中的find命令用来在指定的目录下查找文件。
语法:
Find [option] [path][expression]
我们通过实例介绍find的具体用法:
-name:按照名称查找
实例1、在当前目录下查找文件lxt.find
[root@localhost ~]# find -name "lxt.find"
./dlxt/lxt.find
说明:
不指定目录,find命令查找的目录为当前目录。
实例2、查找以lxt开头的文件或者目录
[root@localhost ~]# find -name "lxt*"
./lxt01.txt
./dlxt/lxt.test
./dlxt/lxt.find
./dlxt/dlxt/lxt.test
./lxt02.txt
实例3、查找以test结尾的文件或者目录
[root@localhost ~]# find -name "*test"
./dlxt/lxt.test
./dlxt/dlxt/lxt.test
实例4、在/etc/目录下查找包含ss的文件或者目录
实例5、查找当前目录下的所有文件或目录
-size:按照大小查找
实例1、查找/etc/目录下大于2M的文件
[root@localhost ~]# find /etc/ -size +2M
/etc/udev/hwdb.bin
/etc/selinux/targeted/policy/policy.31
实例2、查找/etc/目录下大于1k的文件
[root@localhost ~]# find /etc/ -size -1k
/etc/kernel/install.d/20-grubby.install
/etc/kernel/install.d/90-loaderentry.install
......
/etc/selinux/targeted/contexts/files/file_contexts.local
/etc/selinux/targeted/contexts/files/file_contexts.subs
/etc/exports
/etc/.pwd.lock
/etc/environment
实例3、查找大小为0的文件和目录
[root@localhost ~]# find -empty
./dirlxt
./lxt03.txt
./dlxt/lxt.find
-user:按照属性查找
实例1、查找属于用户lxt的文件和目录
[root@localhost ~]# find / -user lxt
/home/lxt
/home/lxt/.bashrc
/home/lxt/.bash_history
/home/lxt/.bash_logout
/home/lxt/lxt01.lxt
/home/lxt/.bash_profile
/home/lxt/lxt02.lxt
实例2、查找uid为1000的文件和目录
[root@localhost ~]# find / -uid 1000
/home/lxt
/home/lxt/.bashrc
/home/lxt/.bash_history
/home/lxt/.bash_logout
/home/lxt/lxt01.lxt
/home/lxt/.bash_profile
/home/lxt/lxt02.lxt
实例3、查找属于lxt组的文件和目录
[root@localhost ~]# find / -group lxt
/home/lxt
/home/lxt/.bashrc
/home/lxt/.bash_history
/home/lxt/.bash_logout
/home/lxt/lxt01.lxt
/home/lxt/.bash_profile
/home/lxt/lxt02.lxt
实例4、查找gid为1000的文件和目录
[root@localhost ~]# find / -gid 1000
/home/lxt
/home/lxt/.bashrc
/home/lxt/.bash_history
/home/lxt/.bash_logout
/home/lxt/lxt01.lxt
/home/lxt/.bash_profile
/home/lxt/lxt02.lxt
-type:按照类型查找
实例1、查找以lxt开头的所有文件
[root@localhost ~]# find -type f -name "lxt*"
./lxt03.txt
./lxt01.txt
./dlxt/lxt.test
./dlxt/lxt.find
./dlxt/dlxt/lxt.test
./lxt02.txt
实例2、查找以d开头的所有目录
[root@localhost ~]# find -type d -name "d*"
./dirlxt
./dlxt
./dlxt/dlxt
-iname:忽略大小写
实例1、查找以lxt开头的所有文件,并且忽略大小写
[root@localhost ~]# find -type f -iname "lxt*"
./LXT001.DAXIE
./lxt03.txt
./lxt01.txt
./dlxt/lxt.test
./dlxt/lxt.find
./dlxt/dlxt/lxt.test
./lxt02.txt
-ctime:在过去n天前被修改过的文件
find -ctime 1,查找1天前被修改过的文件和目录
find -ctime -1,查找1天内被修改过的问价和目录
-amin n:在过去 n 分钟内被修改过
用法同-ctime
-atime:在过去n天后被读取过的文件
用法同-ctime
-amin n:在过去 n 分钟内被读取过
用法同-ctime
通过find命令查找并删除文件或者目录
find -type f -name "lxt.txt" -exec rm -rf {} \;#没有询问直接删除查找到文件
find -type f -name "lxt01.txt" -ok rm -rf {} \;#询问是否删除查找到文件
也可以用一下命令取代上面直接删除的命令:
rm -f `find -type f -name "lxt.txt"`
点这里获得人工在线支持,快速解决电脑、网络和网站等问题!
为您推荐
北京精雕软件 雕塑冲压,磨光,都看不见范围红圈了
雕塑冲压,磨光,都看不见范围红圈了,这个原因是精雕软件太老了,对独立显卡驱动不好友造成的,也就是显卡驱动不兼容! 解决方法,直接把独显禁用,精雕就正常了。
win10个性化背景图删除方法
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers 打开注册表,找到上面值里删除即可。
win11跳过联网激活方法
首次开机进入设置页面 ① 按 Shift+F10键,打开命令行程序(部分笔记本选按 Fn+shift+F10); ② 进命令行输入: oobe\bypassnro 然后敲击回车 (如果无法输入文字,需要鼠标点下窗口,才能输入!); ③ 电脑自动重启,再次进入联网界面,下面多出了“ 我没有Internet连接”选项,此时点击此选项,可继续进行后续设置。
win11添加共享打印机的时报0x000006ba错误解决方法
win11添加共享打印机的时候遇到0x000006ba错误怎么解决 运行 services.msc命令,注意这里的英文单词是services,结尾带s的。然后在弹出的服务列表里查看Print Spooler服务,这是有关打印机的服务。 点选Print Spooler服务,双击鼠标左键,在弹出的界面里,查看服务状态,出问题时,服务状态为已停止……
Win11推送KB5016691预览更新修复打印机BUG
微软为Win11推送了KB2016691预览版更新,在此次更新中,微软又一次修复了多个与打印机相关的Bug。 在安装补丁后,重新启动或安装打印机不再会出现故障;从Internet打印协议类驱动程序切换到独立硬件驱动程序后,也不再会进入错误模式;同时,此前阻止访问设备功能的双向通信问题也获得了解决。 除了打印机……
Win11打印机共享时提示709错误解决方法
方法一:卸载补丁 Win10 卸载有问题的补丁KB5006667或KB5006670;win11回退回退到旧版本。 方法二:文件替换 把系统win32spl.dll文件替换为就版本的即可。批处理文件见附件,找到对应的系统,右键以管理员身份运行就可以了。 方法三:不用卸载补丁方法 新建记事本文档,输入如下内容……
版权声明:
fm0898.com小部分文章引用或者参考了网络上传播的部分开源开放代码,我站采用的这部分代码仅供用于学习和交流,请勿用于商业用途。如有侵权、不妥之处,请 联系我们并出示版权证明以便删除 !
请站长吃包辣条更有动力写作哦!
分类目录
标签
近期文章
一 | 二 | 三 | 四 | 五 | 六 | 日 |
---|---|---|---|---|---|---|
« 9月 | ||||||
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |