chmod a+r+w+x test.txt -R 表示给所有用户添加读,写,执行权限 -R表示给子目录也做相同操作
chmod u=rwx,g=r,o=r 表示只给拥有者rwx权限,组成员只有读权限,其他成员只能读