当前位置:网站首页>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.
边栏推荐
- 2022牛客多校联赛第四场 题解
- 【shell基础】判断目录是否为空
- 8、统一处理异常(控制器通知@ControllerAdvice全局配置类、@ExceptionHandler统一处理异常)
- CorelDRAW2022精简亚太新增功能详细介绍
- 工程(五)——小目标检测tph-yolov5
- mmdetection trains a model related command
- The simulation application of common mode inductance is here, full of dry goods for everyone
- Hanyuan Hi-Tech 8-channel HDMI integrated multi-service high-definition video optical transceiver 8-channel HDMI video + 8-channel two-way audio + 8-channel 485 data + 8-channel E1 + 32-channel teleph
- MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
- Crypto Firms Offer Offer To Theft Hackers: Keep A Little, Give The Rest
猜你喜欢
Multilingual settings of php website (IP address distinguishes domestic and foreign)
The principle of complete replication of virtual machines (cloud computing)
知识蒸馏7:知识蒸馏代码详解
f.grid_sample
6. Display comments and replies
CentOS7下mysql5.7.37的安装【完美方案】
11、Redis实现关注、取消关注以及关注和粉丝列表
Chapter 9 SVM Practice
STM32CUBEMX开发GD32F303(11)----ADC在DMA模式下扫描多个通道
What level of software testing does it take to get a 9K job?
随机推荐
6、显示评论和回复
Unity3D Button mouse hover enter and mouse hover exit button events
数学解决——环形链表问题
2022牛客多校联赛第四场 题解
SQL注入 Less47(报错注入) 和Less49(时间盲注)
StringJoiner详解
工程(五)——小目标检测tph-yolov5
CentOS7下mysql5.7.37的安装【完美方案】
AI software development process in medical imaging field
1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance
CefSharp入门-winform
Android's webview cache related knowledge collection
golang GUI for nuxui — HelloWorld
【C语言】求两个整数m和n的最大公因数和最小公倍数之和一般方法,经典解法
AI中的数学思想
JetPack组件Databinding
【HCIP】ISIS
什么是分布式锁?实现分布式锁的三种方式
Detailed explanation of STP election (step + case)
First acquaintance with C language -- array