> If selinux is off, the other thing to look for is the immutable bit on
> the files (lsattr /aquota.*)  If it's set, use chattr -i  to remove it.

It worked but lsattr doesn't work properly:

# lsattr /aquota.*
------------- /aquota.group
------------- /aquota.user
# chmod 644 /aquota.*
chmod: changing permissions of `/aquota.group': Operation not permitted
chmod: changing permissions of `/aquota.user': Operation not permitted
# chattr -i /aquota.*
# lsattr /aquota.*
------------- /aquota.group
------------- /aquota.user
# chmod 644 /aquota.*

..no errors that time. Why didn't it show any attr's the first time?

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to