Skip to content

Instantly share code, notes, and snippets.

@MVesuviusC
Created April 19, 2022 13:14
Show Gist options
  • Save MVesuviusC/19badf38c4e4bf619a1b63b66215e728 to your computer and use it in GitHub Desktop.
Save MVesuviusC/19badf38c4e4bf619a1b63b66215e728 to your computer and use it in GitHub Desktop.
chowning
make new contents of the folder inherit group from parent directory
chmod g+s folder
https://www.redhat.com/sysadmin/suid-sgid-sticky-bit
find . -user mvc002 -group gdlessnicklab | xargs chown -v -h mvc002:gdrobertslab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment