linux 递归的改变当前文件及子目录的权限
现切换到root用户下 su root 1、切换到该目录下: 1 cd 要修改的目录 2、递归修改当前目录下所有文件夹的权限755: 1 find -type d -exec chmod 755 ...
现切换到root用户下 su root 1、切换到该目录下: 1 cd 要修改的目录 2、递归修改当前目录下所有文件夹的权限755: 1 find -type d -exec chmod 755 ...