Hi folks,
I have wrote a script that makes customer folders on our server.
But I want to set a lock script on some folders so it can´t be moved accidently.
The permissions are set rw so everyone can use it, but they will not be able to move it.
Is it possible?
Thanks mates!
//BigS
I don’t think permissions are inherited; that is, the permissions of an enclosing folder are not automatically given to contained folders. You might try making the enclosing folder’s permissions more strict than the job folders that it contains.
Don’t quote me on this, but you “may” be able to do this with Access Control Lists, but this would require your server to be running Tiger just an FYI. I’m going to test this out later and if it works I’ll post some additional info.