You can also set up an Automator action to run a shell script on your shared folder. Create an Automator workflow on the folder and then go to Utilities>Run Shell Script and copy/paste the following (remove cat if it appears by default):
Obviously replace my path with the path of your folder, which can easily be found by opening a terminal window and just dropping the folder into the window.Code:#!/bin/sh /bin/chmod -R 777 "/Users/username/Desktop/Share" /bin/echo Done


LinkBack URL
About LinkBacks
Reply With Quote