|
Hi,
I've added the acl entry to etc/fstab for /home
when I add new files /home/shared/Videos there not getting the group:shared:rx that I have set. Heres what I've done so far
$ sudo setfacl -m group:shared:rx /home/shared/Videos/
$ getfacl Videos/
# file: Videos/
# owner: ###
# group: shared
user::rwx
group::rwx #effective:r-x
group:shared:r-x
mask::r-x
other::---
but yet when i touch test..
# file: test
# owner: ###
# group: ###
user::rw-
group::r--
other::r--
so how do I make it set the acl for new files / directorys
Last edited by slug; 27-12-2008 at 19:22.
|