当前位置:网站首页>Pit record of Chmod 2 options in deepin
Pit record of Chmod 2 options in deepin
2022-07-05 07:28:00 【work-harder】
background :
1. stay deepin Practice in chmod xxxx myfile when , xxxx You need to change the owner at the same time (u) And other user groups .
2. It was used chmod u+x o-w myfile, You don't succeed ;
3. It was used chmod u+x, o-w myfile, It didn't work ( The pit is here );
solve :
Go out above “3. ....” in o-w The space in front of it .:-)
In the above “3. It was used chmod u+x, o-w myfile in ,o-w front , After comma , There is a space . It makes the above command impossible .
difference :
chmod u+x, o-w myfile (x)
chmod u+x,o-w myfile (v)
边栏推荐
- Concurrent programming - deadlock troubleshooting and handling
- [node] NVM version management tool
- How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
- Ugnx12.0 initialization crash, initialization error (-15)
- 大学生活的自我总结-大一
- C#学习笔记
- arcgis_ spatialjoin
- Inftnews | drink tea and send virtual stocks? Analysis of Naixue's tea "coin issuance"
- QT small case "addition calculator"
- UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
猜你喜欢
C learning notes
CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
An article was opened to test the real situation of outsourcing companies
Concurrent programming - how to interrupt / stop a running thread?
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
玩转gRPC—深入概念与原理
Docker installs MySQL and uses Navicat to connect
Word import literature -mendeley
The problem of configuring opencv in qt5.13.2 is solved in detail
611. 有效三角形的个数
随机推荐
Import CV2 prompt importerror: libgl so. 1: Cannot open shared object file: no such file or directory
611. Number of effective triangles
Concurrent programming - how to interrupt / stop a running thread?
HDU1231 最大连续子序列(分治or动规or双指针)
使用go语言读取txt文件写入excel中
大学生活的自我总结-大一
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
Light up the running light, rough notes for beginners (1)
Word import literature -mendeley
Simple operation with independent keys (hey, a little fancy) (keil5)
Cookie operation
[solved] there is something wrong with the image
Set theory of Discrete Mathematics (I)
Intelligent target detection 59 -- detailed explanation of pytoch focal loss and its implementation in yolov4
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
Matrix and TMB package version issues in R
Today, share the wonderful and beautiful theme of idea + website address
Play with grpc - go deep into concepts and principles
Reading literature sorting 20220104
[node] differences among NPM, yarn and pnpm