是的,Linux的find命令可以用来查找特定组的文件
find
find /path/to/search -type f -group groupname
这个命令会在指定的路径(/path/to/search)中查找属于特定组(groupname)的文件。请将/path/to/search替换为您要搜索的实际路径,将groupname替换为您要查找的组名。
/path/to/search
groupname