0

single command to apply setfacl for multiple user at a time

How can i use setfacl command to apply permissions for multiple users at a same time?

Linux Setfacl (Set File Access Control Lists) Permissions Add a comment
baseer
asked Jan 23 2018

Answer

0

You can use the following command apply setfacl permission for multiple users in a single command

setfacl -m u:user1:rwx,u:user2:rwx,u:user3:rwx directory_name
Add a comment
parthiban
asked Jan 23 2018
edited Oct 05 2018
Post your Answer
0

Apply setfacl permission for several people with the following command: setfacl -m u:user1:rwx, u:user2:rwx, u:user3:rwx directory_name

Available here https://solarinstallationsusa.com Solar Installation USA

Add a comment
ayesy
asked Apr 04 2023
edited Dec 12 2023
Post your Answer
0

ih thank you i did all eith your instruction and every thing is good ))
doodle baseball

Add a comment
whatshy
asked Dec 11 2023
edited Dec 12 2023
Post your Answer