sudo setfacl -x g:devs /srv/shared

Category: Administration

sudo setfacl -x g:devs /srv/shared

Remove a group ACL entry

The -x flag deletes one named entry from the ACL instead of modifying values. Here it strips the group devs entry from /srv/shared while leaving every other entry untouched. Verify the result with getfacl.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.