Posted on 07/08/202026/12/2021 by Mingyu Zhu [步骤] Linux 文件或目录的查找 (特殊权限) # find / -type f \( -perm -1000 -o -perm -2000 -o -perm -4000 \) -print