delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <fdb072ec040628143330c79c9c@mail.gmail.com> |
Date: | Mon, 28 Jun 2004 17:33:42 -0400 |
From: | Robert Pendell <shinji257 AT gmail DOT com> |
To: | Cygwin eMail List <cygwin AT cygwin DOT com> |
Subject: | Re: chmod -- Setting the sticky bit for/from the current directory |
In-Reply-To: | <40E08C73.2070304@veritech.com> |
Mime-Version: | 1.0 |
References: | <40E04F02 DOT 7090301 AT veritech DOT com> <40E08C73 DOT 2070304 AT veritech DOT com> |
X-IsSubscribed: | yes |
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 <lee AT veritech DOT com> wrote: > > | 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: > # chmod +t . > # works from the 'bash' command line but not from a 'bash' shell > # script. > # Same for: > # chmod +t $PWD > > pwd1=$PWD > cd .. > chmod -v +t $pwd1 > cd $pwd1 > > ... > > Note that the interactive shell as well as the script shell are 'bash', > although the > interactive shell is invoked as /bin/bash, rather than /usr/bin/bash. > > Is this a feature or a bug? Why? Is it Cygwin-specific, Bash-specific, > or what? > > signed, > > intermmittentLee sTicky :-P > > | > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Robert Pendell shinji257 AT gmail DOT com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |