Subject: Re: Permissions question (No Netatalk content)
From: Robert Bell (rbell@tv.rsc.raytheon.com)
Date: Mon Aug 07 2000 - 12:40:37 EDT
Remember, with Netatalk, you usually want the directory perms
to have set-group-id.
Therefore, instead of 755, you would use 2755.
Also, with Linux, I use the following to handle spaces
find . -type d -print0 | xargs -0 chmod 2755
note that it is a zero in the -print0 and -0
Robert.
Steve Freitas wrote:
>
> Thanks for your help, y'all. I had trouble with the spaces, but I used:
>
> find ./ type -d -printf "\"%p\" " | xargs chmod 755
>
> And it worked. Thanks for your help! Now back to Netatalk... :-)
>
> Steve
This archive was generated by hypermail 2b28 : Wed Jan 17 2001 - 14:31:53 EST