修改文件、文件夹所属用户
chown userName fileOrPathName
修改文件、文件夹所属组
chgrp userName fileOrPathName
修改文件、文件夹权限
chmod 777 fileOrPathName