Date: Mon, 4 Oct 2004 11:47:52 +0500 From: "Sergey Velikanov [UzPAK]" <vgray@uzpak.uz> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: ACL and write permission Message-ID: <1478419664.20041004114752@uzpak.uz>
next in thread | raw e-mail | index | archive | help
Hi again I can't add write permission via ACL mkdir /dir/docs chown user:user /dir/docs setfacl -n -dm u::rwx,g::rx,o::,u:user2:rwx,m::rwx /dir/docs setfacl -m u:user2:rwx /dir/docs chmod 750 /dir/docs I create file in /dir/docs, but user2 have only read permission, getfacl says that #efective rights r--, how should i set ACL to /dir/docs if I want give write permission to user2 Sergey Velikanov Technical Division National Data Network "UzPAK" tel +(99871) 114-6326 e-mail: vgray@uzpak.uz http://www.uzpak.uz/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1478419664.20041004114752>