【发布时间】:2017-12-29 11:01:56
【问题描述】:
[vg324y@ulpv0143 ~]$ chown root hello.txt
chown: changing ownership of `hello.txt': Operation not permitted
[vg324y@ulpv0143 ~]$ chown ia982p hello.txt
chown: changing ownership of `hello.txt': Operation not permitted
[vg324y@ulpv0143 ~]$
此外,文件没有设置不可变位。
[vg324y@ulpv0143 ~]$ lsattr hello.txt
-------------e- hello.txt
有人可以帮忙解决上述问题吗?
【问题讨论】:
-
能否请您显示文件的详细信息。只需 ls -l 文件即可。