Linux下修改文件权限报:chmod: changing permissions of ‘*/’: Operation not permitted
作者:互联网
问题
今天突然发现文件无妨访问了,然后想着改下文件的属性,一直报错
chmod: changing permissions of ‘*/’: Operation not permitted
说没有权限修改此文件,然后就开始各种百度。
百度上都是说的lsattr ,chattr类似的,但是我的linux执行之后报:
Inappropriate ioctl for device while reading flags on 的错误,所以说我的电脑根本就没有lsattr和chattr这两个命令。
解决
后来想到这个文件是挂载其他服务器上的,通过df -h命令查看
然后去挂载服务器本地修改文件权限就好了。
标签:lsattr,文件,chmod,chattr,Linux,changing,权限 来源: https://www.cnblogs.com/zbzdqsmh/p/14241355.html