我有一个目录 foodrwxr-x--- someuser somegroup和在该目录 foo 中创建的一些文件,这些文件对所有者、组和其他人具有读取权限。如何otheruser在不将此用户添加到某个组的情况下授予用户对该目录的写权限?
drwxr-x--- someuser somegroup
otheruser
可以setfacl用于此吗?
setfacl
谢谢。
linux
linux ×1