当前位置:网站首页>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.
边栏推荐
- Refuse to work overtime, a productivity tool set developed by programmers
- Go 项目实战-获取多级分类下的全部商品
- execsnoop 工具
- 【C语言】进制转换一般方法
- 图解lower_bound&upper_bound
- 汉源高科8路HDMI综合多业务高清视频光端机8路HDMI视频+8路双向音频+8路485数据+8路E1+32路电话+4路千兆物理隔离网络
- 自动化办公案例:如何自动生成期数据?
- The use of font compression artifact font-spider
- Linux下redis7的安装,启动与停止
- StringJoiner详解
猜你喜欢
随机推荐
【Bank Series Phase 1】People's Bank of China
10、Redis实现点赞(Set)和获取总点赞数
TCP/IP四层模型
知识蒸馏7:知识蒸馏代码详解
try-catch中含return
19.支持向量机-优化目标和大间距直观理解
The final exam first year course
10 权限介绍
医疗影像领域AI软件开发流程
10. Redis implements likes (Set) and obtains the total number of likes
跨专业考研难度大?“上岸”成功率低?这份实用攻略请收下!
mycat的主从关系 垂直分库 水平分表 以及mycat分片联表查询的配置详解(mysql5.7系列)
The difference between link and @import
Installation, start and stop of redis7 under Linux
编译Hudi
【C语言】三子棋(经典解法+一览图)
CMOS和TTL的区别?
AI中的数学思想
Go 项目实战-获取多级分类下的全部商品
TCP/IP four-layer model








