chgrp 用户组 文件 //修改文件所属的用户组
chown 用户 文件 //修改文件的拥有者
chmod 权限 文件 //修改文件的权限
例:chmod u=rwx,go=rx .bashrc
touch //创建新的空文件