====== chmod ====== chmod u/g/o + - = rwx #--- 针对不同用户进行设置 chmod a + - = rwx #--- 全部用户统一设置权限 chmod 644 xxx #--- 全部用户统一设置权限(更加灵活)