当前位置:网站首页>The solution of permission denied
The solution of permission denied
2022-07-04 12:23:00 【Programmer straw hat】
When debugging the startup file , The following error occurred :
Permission denied
The reason is that the permission of the file is not enough , The measured solutions are as follows :
// Be careful :777 Use permissions with caution For high permissions
$ sudo chmod -R xxx A directory
// Define your own xxx, Here's a description
among
-R Refers to cascading all subdirectories and files applied to the directory
750 Indicates that the file owner has read 、 Write 、 Executive authority , File group has read 、 Executive authority , Other users don't have permission
Belong to :rwx=4+2+1=7.
Generic group :r-x=4+0+1=5.
other :---=0+0+0=0
write in 、 Read and execute permissions have the following numerical values :
r ( read ) = 4
w ( Write ) = 2
x ( Executable ) = 1
No authority = 0
The permission number of a specific user class is the sum of the permission values of that class .
Solve the problem after operation ,OK!
边栏推荐
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 24
- 2021-08-09
- About the use of URL, href, SRC attributes
- How to judge the advantages and disadvantages of low code products in the market?
- QQ group collection
- Azure solution: how can third-party tools call azure blob storage to store data?
- os. Path built-in module
- Reptile learning winter vacation series (2)
- Realize cross tenant Vnet connection through azure virtual Wan
- TCP slicing and PSH understanding
猜你喜欢
Summary of Shanghai Jiaotong University postgraduate entrance examination module firewall technology
OSI seven layer reference model
(August 9, 2021) example exercise of air quality index calculation (I)
What if the chat record is gone? How to restore wechat chat records on Apple Mobile
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 5
Detailed explanation of NPM installation and caching mechanism
Experiment 7. IPv6
01. Basics - MySQL overview
Leetcode: 408 sliding window median
Azure solution: how can third-party tools call azure blob storage to store data?
随机推荐
Properties and methods of OS Library
Interview question MySQL transaction (TCL) isolation (four characteristics)
Classification and application of AI chips
Ternsort model integration summary
Application of slice
Shift EC20 mode and switch
Iptables cause heartbeat brain fissure
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 6
2021-10-20
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
Entitas learning [3] multi context system
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 16
[Chongqing Guangdong education] National Open University spring 2019 2727 tax basis reference questions
Reptile learning 3 (winter vacation learning)
Process communication and thread explanation
Ultimate bug finding method - two points
Realize cross tenant Vnet connection through azure virtual Wan
Lvs+kept highly available cluster
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14