Linux之权限命令
时间:2019-11-17 17:35:15
收藏:0
阅读:78
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
评论(0)