linux - Setfacl - 不支持

标签 linux configuration acl ext4

我正在尝试授予 acl 对 oracle 日志的访问权限,但它给出了操作不受支持的错误。

[oracle@localhost  AdminServer]$ setfacl -m u:ruis:rx logs/ 
setfacl: logs/: Operation not supported

请推荐。 谢谢

最佳答案

ACL 必须在 ext 文件系统上显式激活。因此你应该有类似的东西

/dev/sdb1 /u01 ext4 defaults,acl 1 2

在您的 /etc/fstab 中。

关于linux - Setfacl - 不支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29643806/

相关文章:

php - 服务器终端中的 mySQL,需要查看输出

python - 始终以 pylab 等于 inline 的方式启动 ipython,但有时将其关闭

c# - 自托管 OWIN 和 urlacl

inno-setup - 在 inno-setup 中作为安装后运行 netsh.exe

linux - 如何在不实际尝试登录的情况下检查 SSH 服务器是否正在监听主机

ruby - 运行守护进程,当某个组中的最后一个其他进程结束时,该守护进程将结束

c# - ConfigurationSettings 与 Properties.Settings

php - cake php AppController 和继承

linux - 如何拦截和修改某个进程发送和接收的tcp数据包?

grails - Grails:如何从命令行脚本访问应用程序配置?