当前位置:网站首页>Chmod and chown invalidate the files of the mounted partition
Chmod and chown invalidate the files of the mounted partition
2022-07-25 09:46:00 【clusters of stars ¹ ⁸⁹⁵】
Today, I want to change the users and user groups of all files in a directory into ordinary users , use chown command
chown -R guest:guest test/
I found that there was no response after the modification ,ll At first glance, users and user groups are still root
And the file permissions are all 777, namely rwxrwxrwx, Try to use chmod modify
chmod 775 test/
It still doesn't work !!!
Search online , I found that other friends have similar problems :
chmod stay NTFS Invalid on partition
linux chmod、chown Orders don't work
chown Change the owner of the directory 、 Strange problem of group failure
To summarize , The same point is that the files are located on the mounted partition !!!
Preliminary conclusion :chmod and chown Invalid file for mounted partition
Some big guys have solutions. Please comment or point out in a private letter. Thank you !
边栏推荐
- 十进制整数转换为其它进制的数
- [code source] daily question farmland Division
- 关于学生管理系统(注册,登录,学生端)
- 基于树莓派4b的传感器数据可视化实现
- [code source] daily question tree
- 学习新技术语言流程
- @2-1 safety index predicted by CCF at the end of December 1, 2020
- A number converted from a decimal integer to another base
- matlab如何导入大量数据
- Matlab drawing | some common settings of axis
猜你喜欢
随机推荐
OC--Foundation--字符串+日期和时间
【数据挖掘】第二章 认识数据
Create personal extreme writing process - reprint
CUDA 解释 - 深度学习为何使用 GPU
Prim minimum spanning tree (diagram)
卷积神经网络发展历程(部分)
A picture explains SQL join left and right
Browser access to swagger failed with error err_ UNSAFE_ PORT
Assignment 7.21 Joseph Ring problem and decimal conversion
Voice chat app source code - produced by NASS network source code
~1 CCF 2022-06-2 treasure hunt! Big adventure!
The jar package has been launched on Alibaba cloud server and the security group has been opened, but postman still can't run. What should we do
CoreData存储待办事项
初识Opencv4.X----均值滤波
Why use json.stringify() and json.parse()
一张图讲解 SQL Join 左连 又连
如何将其他PHP版本添加到MAMP
OC--Foundation--集合
[code source] daily one question three paragraph
Learning new technology language process









