1.ls -l 分析文件权限 d (directory表示是目录)- 表示普通文件 r (read) 读 w( write) 写 x(excute) 执行 表示没有权限 2.chmod (change mode)修改文件权限 chmod 600 aa.txt 相关文章: