当前位置:网站首页>10 权限介绍
10 权限介绍
2022-07-31 02:24:00 【水无痕simon】
- 文件的类型,就是: drwx-xr-x. 2 root root 22323 3月:例如:

(1)第一个字符都有如下类型:- : 表示普通文件
d: 表示是目录
l : 表示软链接
c: 表示字符设备[键盘,鼠标]
b: 块文件,硬盘
通常大部分情况下是-,d
- : 表示普通文件
(2)rw-,rwx是一组: 表示文件所有者拥有的权限
r: 读权限
w:写权限
-:表示没有权限
x:
(3)r-x: 表示文件所在组的权限
r–: 表示文件所在组只有读的权限
(4)r-x: 表示文件其他组的权限.
注意: 对文件所在目录有写的权限,才可以删除文件.
边栏推荐
- What have I experienced to become a tester who is harder than development?
- mysql 视图
- Pythagorean tuple od js
- 修改未正确放入沙盒造成苹果兼容性问题
- The real CTO is a technical person who understands products
- mysql index
- Arbitrum Interview | L2 Summer, what does the standout Arbitrum bring to developers?
- Brute Force/Adjacency List Breadth First Directed Weighted Graph Undirected Weighted Graph
- Fiddler captures packets to simulate weak network environment testing
- mysql view
猜你喜欢
随机推荐
Detailed explanation of STP election (step + case)
After reading "MySQL Database Advanced Practice" (SQL Xiao Xuzhu)
Static route analysis (the longest mask matching principle + active and standby routes)
AtCoder Beginner Contest 261 部分题解
The difference between link and @import
Draw Your Cards
Problems that need to be solved by the tcp framework
"Cloud native's master, master and vulgar skills" - 2022 National New College Entrance Examination Volume I Composition
数学解决——环形链表问题
f.grid_sample
验证整数输入
Huawei od dice js
Brute Force/Adjacency List Breadth First Directed Weighted Graph Undirected Weighted Graph
Introduction to flask series 】 【 flask - using SQLAlchemy
【AcWing 第62场周赛】
String为什么不可变?
静态路由+PAT+静态NAT(讲解+实验)
Live Preview | KDD2022 Doctoral Dissertation Award Champion and Runner-up Dialogue
Teach you how to configure Jenkins automated email notifications
934. The Shortest Bridge









