当前位置:网站首页>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.
边栏推荐
- Live Preview | KDD2022 Doctoral Dissertation Award Champion and Runner-up Dialogue
- Observer mode (1)
- 软件积累 -- 截图软件ScreenToGif
- 2022牛客多校联赛第四场 题解
- Linux下redis7的安装,启动与停止
- mmdetection trains a model related command
- CorelDRAW2022精简亚太新增功能详细介绍
- 【C语言】三子棋(经典解法+一览图)
- php 网站的多语言设置(IP地址区分国内国外)
- Android's webview cache related knowledge collection
猜你喜欢
基于opencv实现人脸检测
【银行系列第一期】中国人民银行
The comprehensive result of the case statement, do you know it?[Verilog Advanced Tutorial]
【Bank Series Phase 1】People's Bank of China
STM32CUBEMX开发GD32F303(11)----ADC在DMA模式下扫描多个通道
What level of software testing does it take to get a 9K job?
Classic linked list OJ strong training problem - fast and slow double pointer efficient solution
12 磁盘相关命令
自动化办公案例:如何自动生成期数据?
php 网站的多语言设置(IP地址区分国内国外)
随机推荐
YOLOV5学习笔记(二)——环境安装+运行+训练
局域网电脑硬件信息收集工具
How to build a private yum source
AtCoder Beginner Contest 261 Partial Solution
经典链表OJ强训题——快慢双指针高效解法
图解lower_bound&upper_bound
The final exam first year course
LeetCode 每日一题 2022/7/25-2022/7/31
关于 mysql8.0数据库中主键位id,使用replace插入id为0时,实际id插入后自增导致数据重复插入 的解决方法
First acquaintance with C language -- array
Mathematics to solve the problem - circular linked list
Discourse Custom Header Links
JS function this context runtime syntax parentheses array IIFE timer delay self.backup context call apply
拒绝加班,程序员开发的效率工具集
How to do a startup CTO?
[Android] Room - Alternative to SQLite
分布式与集群是什么 ? 区别是什么?
AI software development process in medical imaging field
Chapter 9 SVM Practice
4. Sensitive word filtering (prefix tree)