我想创建一个文件夹,这样所有者可以创建和读取文件,但不能删除它们。我尝试使用 ACL,但所有者仍然可以删除这些文件。
$ setfacl --set u::rwx,g::-,o::- control
$ setfacl -d --set u::r-x,g::-,o::- control
$ touch 1.txt
$ ls -al 1.txt
-r--------. 1 user group 1.txt
$ rm 1.txt
rm: remove write-protected regular empty file `1.txt'? y