techmattr
Dabbler
- Joined
- Apr 14, 2016
- Messages
- 21
So I'm trying to set everyone full access on a Windows share. The GUI doesn't seem to allow setting permissions. It defaults to 775 no matter what.
So I'm trying to use setfacl to update the everyone user and no matter what I use for -m entries it throws Invalid argument.
This is as simple as I can make the command and it still fails...
Any help would be greatly appreciated.
So I'm trying to use setfacl to update the everyone user and no matter what I use for -m entries it throws Invalid argument.
Code:
[root@freenas01] /mnt/dlvol1# getfacl dldataset1/
# file: dldataset1/
# owner: root
# group: wheel
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:r-x---a-R-c---:fd-----:allowCode:
setfacl -m u:everyone@:rwx dldataset1
This is as simple as I can make the command and it still fails...
Code:
setfacl: u:everyone@:rwx: Invalid argument
Any help would be greatly appreciated.