RE: chmod -- Setting the sticky bit for/from the current directory

2004-06-29 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert Pendell > Sent: 28 June 2004 22:34 > On Mon, 28 Jun 2004 17:24:03 -0400, LDR wrote: OOPS! Robert, please read http://www.cygwin.com/acronyms/#PCYMTNQREAIYR ! > > Note that the interactive shell as well as the script shell

Re: chmod -- Setting the sticky bit for/from the current directory

2004-06-28 Thread Robert Pendell
I think this is supposed to be a feature. I think /usr/bin and /bin are mapped to the same location if memory serves me right. On Mon, 28 Jun 2004 17:24:03 -0400, LDR <[EMAIL PROTECTED]> wrote: > > | The following script excerpt explains the problem best: > > #!/usr/bin/bash > ... > > # Set

chmod -- Setting the sticky bit for/from the current directory

2004-06-28 Thread LDR
| The following script excerpt explains the problem best: #!/usr/bin/bash ... # Set the sticky bit and get the ownership & permissions of the # current dir right # Convoluted logic, here of moving up a directory level to change # the sticky bit on what was the current directory was required by: