chmod
chmod u+x b.txt
chmod 777 a.txt
修改所有者chown beifeng a.txt
修改所属组chgrp beifeng a.txt
修改所有者和所属组chown root:root a.txt