t35t0r wrote:
Hi, In RHEL4 I used to be able to chmod 644 /aquota.* so that regular users could run quota commands. In RHEL5 I can't as root: # chmod 644 /aquota.* chmod: changing permissions of `/aquota.group': Operation not permitted chmod: changing permissions of `/aquota.user': Operation not permitted selinux is turned off. Anyone know why? Do I have to try this in single user mode? Thanks
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.
Hugh _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
