Skip to content

Default Group and Permission of a Directory

sudo find . -type d -exec chgrp webmanager {} +
sudo find . -type d -exec chmod g+s {} +
sudo find . -type d -exec setfacl -m default:group::rwx {} +

Last update: March 26, 2021
Created: March 26, 2021