I am trying to give acl access to oracle logs but it is giving the Operation not supported error.
[oracle@localhost AdminServer]$ setfacl -m u:ruis:rx logs/
setfacl: logs/: Operation not supported
Please suggest. Thanks
ACL has to be explicit activated on ext-filesystems. Therefor you should have something like
/dev/sdb1 /u01 ext4 defaults,acl 1 2
inside your /etc/fstab
.