Answer the question
In order to leave comments, you need to log in
Why is ACL not working?
Hello! I put ACL rights on the directory
But for some reason I can't create a file on behalf of the superb user in the /home/u26 folder[email protected]:~# setfacl -Rdm u:superb:rw /home/u26
[email protected]:/# cd /home/u26
[email protected]:/home/u26# su superb
[email protected]:/home/u26$ touch test.txt
touch: cannot touch 'test.txt': Permission denied
/dev/vda / ext4 defaults,acl,noatime errors=remount-ro 0 1
[email protected]:/# mount -a
mount: /etc/fstab: parse error: ignore entry at line 1.
Answer the question
In order to leave comments, you need to log in
you gave the rights to read, write, but did not give execution (x), that is, the user will not be able to get into the directory.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question