当前位置:网站首页>10 Permission introduction
10 Permission introduction
2022-07-31 02:47:00 【water trace simon】
- The type of file is: drwx-xr-x. 2 root root 22323 March: For example:

(1) The first character has the following types:- : Indicates normal file
d: Indicates directory
l: Indicates soft link
c: Indicates character device [keyboard, mouse]
b: Block file, hard disk
Usually largeIn some cases -,d
- : Indicates normal file
(2)rw-, rwx is a group: indicates the permissions possessed by the owner of the file
r: read permission
w: write permission
-: indicates no permission
x:
(3)r-x: indicates the permission of the group where the file is located
r–: indicates that the group where the file is located has only read permission
(4)r-x: indicates the permission of other groups of the file.
Note: You must have write permission to the directory where the file is located before deleting the file.
边栏推荐
- 15、网站统计数据
- 10. Redis implements likes (Set) and obtains the total number of likes
- AI software development process in medical imaging field
- Detailed explanation of STP election (step + case)
- golang GUI for nuxui — HelloWorld
- Moxa NPort 设备缺陷可能使关键基础设施遭受破坏性攻击
- 冒泡排序、选择排序、直接插入排序、二分法查找
- SQL注入 Less47(报错注入) 和Less49(时间盲注)
- The application of AI in the whole process of medical imaging equipment
- 【Bank Series Phase 1】People's Bank of China
猜你喜欢

品牌广告投放平台的中台化应用与实践

工程(五)——小目标检测tph-yolov5

汉源高科8路HDMI综合多业务高清视频光端机8路HDMI视频+8路双向音频+8路485数据+8路E1+32路电话+4路千兆物理隔离网络
![The comprehensive result of the case statement, do you know it?[Verilog Advanced Tutorial]](/img/8a/28427aa773e46740eda9e95f6669f2.png)
The comprehensive result of the case statement, do you know it?[Verilog Advanced Tutorial]

全流程调度——MySQL与Sqoop

【C语言】三子棋(经典解法+一览图)

Word/Excel fixed table size, when filling in the content, the table does not change with the cell content

【C语言】求两个整数m和n的最大公因数和最小公倍数之和一般方法,经典解法

完整复制虚拟机原理(云计算)

The whole process scheduling, MySQL and Sqoop
随机推荐
品牌广告投放平台的中台化应用与实践
【银行系列第一期】中国人民银行
JetPack component Databinding
Draw Your Cards
字体压缩神器font-spider的使用
The final exam first year course
软件积累 -- 截图软件ScreenToGif
MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi
Intel's software and hardware optimization empowers Neusoft to accelerate the arrival of the era of smart medical care
JS 函数 this上下文 运行时点语法 圆括号 数组 IIFE 定时器 延时器 self.备份上下文 call apply
The comprehensive result of the case statement, do you know it?[Verilog Advanced Tutorial]
1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance
php 网站的多语言设置(IP地址区分国内国外)
11、Redis实现关注、取消关注以及关注和粉丝列表
AtCoder Beginner Contest 261 部分题解
关于 mysql8.0数据库中主键位id,使用replace插入id为0时,实际id插入后自增导致数据重复插入 的解决方法
Word/Excel fixed table size, when filling in the content, the table does not change with the cell content
Live Preview | KDD2022 Doctoral Dissertation Award Champion and Runner-up Dialogue
15. Website Statistics
LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路