修改文件目录权限 chmod chmod u+x b.txt chmod 777 a.txt 修改文件的所有者和所属组 修改所有者chown beifeng a.txt 修改所属组chgrp beifeng a.txt 修改所有者和所属组chown root:root a.txt 来源:https://www.cnblogs.com/chuhongyun/p/11429036.html 标签 linux文件权限 文件目录 root权限 linux系统 chmod chown