Posted on 02-27-2020 11:18 AM
Sorry if there is already discussion on this, I could not find.
Is there a way to somehow re-apply "Apply to enclosed items..." via Terminal onto certain folder?
Posted on 02-27-2020 11:25 AM
-R after many commands will propagate the change downward from that directory- i.e.:
chmod -R 755 /Volumes/yourVolume/yourFolder
Posted on 02-27-2020 11:31 AM
@SGill, tried that, however it does not apply the same permissions to folders and files inside the "main" share folder. I did not include the /Volumes/yourVolume/ info, just applied the chmod command directly to the folder, not sure if that matters here.
Posted on 02-27-2020 11:36 AM
You'll have to use a combo of both chmod and chown to get things the way you want. See this: