Skip to main content
2 of 3
added 10 characters in body
Archemar
  • 32.3k
  • 18
  • 75
  • 107

Brett, you are on the correct path and yes ivanian, further information was needed; Since the folders were copied to an existing directory there were some folders where the permissions did not apply correctly and had the permissions
drwxrwS--- also read the following
unix.stackexchange.com/questions/118853/… and superuser.com/questions/509114/…

the command below applied the correct permissions.

sudo find /correct/folder/path -type d -exec chmod g+x "{}" \;