使用命令为chown和chgrp
更改文件夹或者文件的所属用户
chown -R username dirname chown username filename
更改文件夹或者文件的所属用户组
chgrp -R username dirname chgrp username dirname