[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 ~]$
Also, the files are not having the immutable bit set.
[vg324y@ulpv0143 ~]$ lsattr hello.txt
-------------e- hello.txt
Could someone please help resolving the above?