|
#1
| |||
| |||
| I have been trying to make a permissions script that runs every minute to unlock (read & write) all folders created by a cetain user. For example, people in our workgroup create folders and forget to unlock them, so later on when someone is trying to work in that folder they cant modify or create new folders or files. Can someone help me with a script that runs un the background every 60 seconds to make all permissions in a certain path ( .../HardDisk/users/ocean ) read and write. The user name is: ocean Help is much appreciated! |
|
#2
| ||||
| ||||
| We have that on our server at work. I'm working to find out how the script is written…If someone else has the script, don't hesitate to provide it. I may or may not get the answer to this.
__________________ Powerpoint is not a design application |
|
#3
| |||
| |||
| I still need help! Anything would be appreciated. |
|
#4
| |||
| |||
| So, why not just assign that as the default permissions for the share on the server? Otherwise, you'd just write a cron tab that runs a shell script that does something like: chmod -R 755 /HardDisk/Users/ocean/ That will change the permissions to be R/W for owner, group, everyone. If you need to change ownership, include chown -R user:group /HardDisk/Users/ocean/ Michael |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script Editor 2.0 Hangs When I Try to Open Any Script | zeke_mn | Mac OS X System & Mac Software | 2 | July 14th, 2005 02:12 PM |
| Shell script: changing which user is auto-logging in | HateEternal | Unix & X11 | 1 | March 25th, 2005 02:46 PM |
| auto log out how to. | Agent Black | Mac OS X System & Mac Software | 3 | March 7th, 2005 03:05 PM |
| A script. A script for fun I say. Help me write it. | Jasoco | Software Programming & Web Scripting | 13 | May 15th, 2003 02:45 PM |
| Auto Log-out? | Murderer909 | Mac OS X System & Mac Software | 3 | May 31st, 2001 09:10 PM |