linux只修改目录下文件的权限,不修改文件夹的权限

find -type f \-exec chmod 644 {} \;

你可能感兴趣的:(linux只修改目录下文件的权限,不修改文件夹的权限)