[ -w filename ] returns true when permissions are -r--r--r--

Reid Thompson Reid.Thompson@ateb.com
Wed Jul 20 18:07:00 GMT 2011


On Wed, 2011-07-20 at 14:05 -0400, Reid Thompson wrote:
> Is this broken?  Or a known windows/cygwin discrepancy?  Or am I missing
> something with my posix/windows file permissions settings
> 
> reid.thompson@ws-jrt ~
> $ ls -rlt afile
> -r--r--r-- 1 reid.thompson Domain Users 6 2011-07-20 14:02 afile
> 
> reid.thompson@ws-jrt ~
> $ if [ -w afile ]; then   echo " file is writeable"; else   echo " file
> is not writeable"; fi
>  file is writeable
> 

$ uname -r
1.7.7(0.230/5/3)



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list