在 find
命令中,-type
选项用于指定要查找的文件类型。以下是一些常见的文件类型:
f
: 普通文件(regular file)d
: 目录l
: 符号链接(symbolic link)c
: 字符设备文件(character special file)b
: 块设备文件(block special file)p
: 命名管道(FIFO,或者称为管道文件)s
: 套接字(socket)
标签:文件,管道,file,使用,文件类型,find,special From: https://www.cnblogs.com/rebrobot/p/17833946.html