RE: Directory permissions

2003-01-22 Thread Burke, Thomas G.
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

RE: Directory permissions

2003-01-21 Thread Mike Langhorst
[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.

RE: Directory permissions

2003-01-21 Thread Richard S. Crawford
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&#

RE: Directory permissions

2003-01-21 Thread Burke, Thomas G.
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

Re: Directory permissions

2003-01-21 Thread Richard S. Crawford
# 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

Re: Directory permissions

2003-01-21 Thread Bret Hughes
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