Soldato
- Joined
- 18 May 2010
- Posts
- 22,969
- Location
- London
I have been succesfully setting individual acl on folders and files using the setfacl command.
However using setfacl -R -m u:username:rwx
sets the defaul user to username which is fine as it allows the user to access folders/files created by others whom they are not part of the same group access.
However now I want to change the default user to differentuser
I tried: setfacl -R -m u:differentuser:rwx this gave differentuser access to the folder I wanted them too have but noticed that the default user was still set to username.
How do I change the default user to differentuser.
Thanks
However using setfacl -R -m u:username:rwx
sets the defaul user to username which is fine as it allows the user to access folders/files created by others whom they are not part of the same group access.
However now I want to change the default user to differentuser
I tried: setfacl -R -m u:differentuser:rwx this gave differentuser access to the folder I wanted them too have but noticed that the default user was still set to username.
How do I change the default user to differentuser.
Thanks
Last edited: