info-cvs
[Top][All Lists]
Advanced

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

Re: Can't do setuid


From: Eric Siegerman
Subject: Re: Can't do setuid
Date: Tue, 4 Feb 2003 18:55:49 -0500
User-agent: Mutt/1.2.5i

On Tue, Feb 04, 2003 at 06:29:04PM -0500, Greg A. Woods wrote:
> [ On Tuesday, February 4, 2003 at 17:48:24 (-0500), Eric Siegerman wrote: ]
> >     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

Doh!  I'm obviously more sleepy than I thought.  Thanks, Greg.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
A distributed system is one on which I cannot get any work done,
because a machine I have never heard of has crashed.
        - Leslie Lamport




reply via email to

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