1.每个目录/文件等都具有权限,通过ls -l命令我们可以查看某个目录下的文件或目录的权限 2. 3.修改文件/目录权限的命令: chmod eg:chmod u=rwx,g=rw,o=r a.txt 来源:https://www.cnblogs.com/Life-is-Demo/p/11877039.html 标签 linux文件权限 linux系统 文件目录 chmod