Mike Seda wrote:
The following is output from getfacl on a ufs filesytem:
[EMAIL PROTECTED] maseda]$ getfacl /home/users/ahege/incoming
# file: /home/users/ahege/incoming
# owner: ahege
# group: uncmd
user::rwx
user:nobody:rwx         #effective:rwx
group::r-x              #effective:r-x
mask:rwx
other:r-x

I want to have the same acl on a zfs filesytem. How do I accomplish that?

Assuming you already have /home/users/ahege/incoming set to mode 0755 then the following should do the trick.

# chmod A+user:nobody:rwx:allow /home/users/ahege/incoming


  -Mark
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to