info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't do setuid


From: Greg A. Woods
Subject: Re: Can't do setuid
Date: Tue, 4 Feb 2003 18:29:04 -0500 (EST)

[ On Tuesday, February 4, 2003 at 17:48:24 (-0500), Eric Siegerman wrote: ]
> Subject: Re: Can't do setuid
>
> That should only have been done on the directories, NOT on the files.
> However, everything should be g+w.  So from a standing start,
> it'd be something like:
>       chmod -R g+w
>       find . -type d -print0 | xargs -0 chmod g+s

You don't want the ,v files to be writable by anyone.  So, just this:

        find . -type d -print0 | xargs -0 chmod g+sw

-- 
                                                                Greg A. Woods

+1 416 218-0098;            <address@hidden>;           <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]