複数の user, group に対してそれぞれパーミッションを設定できる。
# ls -ld test
drwxr-xr-x 2 root other 512 Mar 27 13:15 test
# ls -ld test
drwxr-xr-x+ 2 root other 512 Mar 27 13:15 test
というように +付のパーミションは、setfacl で権限が追加されている。
# getfacl test
で照会
# setfacl -m user:shimada:rwx test
で設定
コメントする