目录

chmod 常见用法

文件 644 目录 755

chmod -R u+rwX,go+rX,go-w /path/to/dir

文件 664 目录 775

chmod -R ug+rwX,o+rX,o-w /path/to/dir