linux批量修改文件和文件夹属性 在linux环境下,分别对文件和文件夹修改权限 find ./ -type f -exec chmod 644 {} \; find ./ -type d -exec chmod 755 {} \; 04/16技术3,153技术