vlambda博客
学习文章列表

#linux基础–––umask和chmod修改文件访问权限

1.umask分为数字(有数字的就是没有该权限)和字符(有就是有,没有就是没有)
2. r可读w可写x可执行
3. u表示文件所有者g表示同组用户o表示其他用户
4.chmod g+rw test. txt1或chmod 664 test. txt2(+ / – / =)