关于Linux权限问题,rwxr里有两个r?为什么?
Tofloor
poster avatar
leonardo520
deepin
2020-04-10 03:22
Author
rwxr-xr-x 第一组rwxr里有两个r,这不重复了吗?
Reply Favorite View the author
All Replies
avatar
zlf1039
deepin
2020-04-10 03:33
#1
本帖最后由 zlf1039 于 2020-4-9 19:35 编辑

rwx所属用户权限
r-x所属组用户权限
r-x其他用户权限



Reply View the author
avatar
funtoo
deepin
2020-04-10 03:35
#2
三位一组,基础知识都不看的么?
Reply View the author
avatar
xiamingyu
deepin
2020-04-10 03:53
#3
请百度后再提问好么?这些个基础知识网上说的还是很详尽的。

www.baidu.com
Reply View the author
avatar
luzhishen
deepin
2020-04-10 04:19
#4
有三组用户,每组标识3个权限,一共就9个
三组User、Group、Other
3个权限Read、Write、eXecute
其他权限setUID、setGID、Sticky BIT用得少,比如,sudo和passwd有setUID权限。
Reply View the author
avatar
leonardo520
deepin
2020-04-10 04:35
#5
Reply View the author
avatar
leonardo520
deepin
2020-04-10 04:35
#6
https://bbs.deepin.org/post/191222
有三组用户,每组标识3个权限,一共就9个
三组User、Group、Other
3个权限Read、Write、eXecute

谢谢,
Reply View the author
avatar
haohu1193
deepin
2020-04-10 07:05
#7
这篇关于权限讲的比较通透,可以看看:https://blog.csdn.net/rznice/article/details/97975621
看完后发现好像文章有1处错误的地方,不知道作者修改了没有,欢迎大家找茬...
Reply View the author