Linux 给某个文件夹赋予drwxr-xr-x权限: 1、语法:chmod 755 文件夹 -R 2、例子:chmod 755 /usr/tmp/20160808 -R 3、没有-R,则只是对当前文件夹赋予权限,文件夹里面的文件夹则不受影响,一般使用时都带-R