Linux查找文件夹名详解程序员

@(编程)

find / -type d -name filename 

type的类型

-type c 
File is of type c: 
b      block (buffered) special 
c      character (unbuffered) special 
d      directory 
p      named pipe (FIFO) 
f      regular file 
l      symbolic  link;  this is never true if the -L option or the -follow option is in effect, unless the symbolic link is  broken. If  you want to search for symbolic links when -L is in effect, use -xtype. 
s      socket 
D      door (Solaris) 
 

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/1172.html

(0)
上一篇 2021年7月15日
下一篇 2021年7月15日

相关推荐

发表回复

登录后才能评论