On Tue, 02 Nov 1999, you wrote:
> Forgive me if this comes up twice, but I've had a few problems with my 
> e-mail, and didn't remember seeing it get to the list.
> 
> 
> I want to make a dir (my FTP dir) +rw for all real users, so that 
> anyone I
> create a log on for can log in and read/write to that dir, and anyone
> else can also read (dwnld) those same files.
> 
> Anyone have any idea how to do this?
> 
"chown -R nodbody.users" (minus quotes.) might do it. The
"-R" should make it recursive so that any directories in
there would also be +rw for all real users.
        John

Reply via email to