chmod -R $USER:$USER ~/tmp
1.750 user rwx group rw- other --- 2.u,g,o,a u表示user,g表示group,o表示other,a表示所有 +x = a+x 表示所有u,g,o新增x权限 u+x,go=rw