【发布时间】:2015-04-15 07:13:17
【问题描述】:
我正在尝试授予 acl 访问 oracle 日志的权限,但它给出了 Operation not supported 错误。
[oracle@localhost AdminServer]$ setfacl -m u:ruis:rx 日志/ setfacl: logs/: 不支持操作
请提出建议。 谢谢
【问题讨论】:
-
你的FS是如何挂载的?在某些情况下,需要在安装时激活 acl。
-
/dev/sdb1 /u01 ext4 默认值 1 2
-
[root@localhost u01]# sestatus SELinux status: enabled SELinuxfs mount: /selinux Current mode: permissive Mode from config file: permissive Policy version: 24 Policy from config file: 目标
-
谁能帮忙解决这个问题
标签: linux configuration acl ext4