find 使用

 

 

find 命令中,-type 选项用于指定要查找的文件类型。以下是一些常见的文件类型:

  • f: 普通文件(regular file)
  • d: 目录
  • l: 符号链接(symbolic link)
  • c: 字符设备文件(character special file)
  • b: 块设备文件(block special file)
  • p: 命名管道(FIFO,或者称为管道文件)
  • s: 套接字(socket)

 

posted @ 2023-11-15 15:16  redrobot  阅读(6)  评论(0编辑  收藏  举报