irectory.
- -Tom
- -Original Message-
From: Richard S. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 5:14 PM
To: [EMAIL PROTECTED]
Subject: RE: Directory permissions
You shouldn't have to. Setting chmod 777 on the directory should do
it
just fine.
On the other hand
[mailto:[EMAIL PROTECTED]]
On Behalf Of Richard S. Crawford
Sent: Tuesday, January 21, 2003 2:14 PM
To: [EMAIL PROTECTED]
Subject: RE: Directory permissions
You shouldn't have to. Setting chmod 777 on the directory should do it
just fine.
On the other hand, Bret might be right as well.
Crawford [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Directory permissions
>
>
> # mkdir /openDirectory
> # chmod 777 -R /openDirectory
>
> is one way to do it, but probably kind of clunky and insecure. It
Richard S. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 4:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Directory permissions
# mkdir /openDirectory
# chmod 777 -R /openDirectory
is one way to do it, but probably kind of clunky and insecure. It's
worked on my system.
You mig
# mkdir /openDirectory
# chmod 777 -R /openDirectory
is one way to do it, but probably kind of clunky and insecure. It's
worked on my system.
You might also want to look into the umask command.
On Tue, 2003-01-21 at 13:16, Burke, Thomas G. wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: S
On Tue, 2003-01-21 at 15:16, Burke, Thomas G. wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hey gang,
>
> I'd leike to set up a directory such that anytime a file is written
> to that directory, it is created chmod 777, regardless of who creates
> it, or how it is created. A