FreeBSD 12.2 - zfs dataset WDRED/Media
While setting the User Permission/ACL using: setfacl
This works:
But, this does not work: The man pages recommends to use -a for NFS4 Shares:
Error:
What am I missing....?
While setting the User Permission/ACL using: setfacl
This works:
doas setfacl -R -m u:plex:rx::allow /WDRED_DATA/Media
But, this does not work: The man pages recommends to use -a for NFS4 Shares:
doas setfacl -R -a u:plex:rx::allow /WDRED_DATA/Media
Error:
setfacl: u:plex:rx::allow: invalid entry number
What am I missing....?