当前位置:网站首页>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.
边栏推荐
猜你喜欢

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

Crypto Firms Offer Offer To Theft Hackers: Keep A Little, Give The Rest

11. Redis implements follow, unfollow, and follow and follower lists

CMOS和TTL的区别?

YOLOV5 study notes (3) - detailed explanation of network module

MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi

YOLOV5学习笔记(二)——环境安装+运行+训练

Static routing + PAT + static NAT (explanation + experiment)

Basic learning about Redis related content

MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
随机推荐
10. Redis implements likes (Set) and obtains the total number of likes
f.grid_sample
JetPack组件Databinding
String为什么不可变?
软件积累 -- 截图软件ScreenToGif
Difference between CMOS and TTL?
First acquaintance with C language -- array
To write good test cases, you must first learn test design
Discourse Custom Header Links
Why is String immutable?
Modbus on AT32 MCU
【CV项目调试】CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT问题
TCP/IP四层模型
MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
英特尔软硬优化,赋能东软加速智慧医疗时代到来
Unity3D Button mouse hover enter and mouse hover exit button events
Inter-vlan routing + static routing + NAT (PAT + static NAT) comprehensive experiment
STM32CUBEMX开发GD32F303(11)----ADC在DMA模式下扫描多个通道
Chapter 9 SVM实践
11、Redis实现关注、取消关注以及关注和粉丝列表