Re: permission denied problem

2008-12-31 Thread Markus Schönhaber
sowiso: >> That was the first thing I tried but didn't help. ls -l shows the >> permission as "-rxwr-xr-x+", but I am still getting the permission > I wonder if the "+" means that the file is in currently in use? No, it means that ACLs are set for the file. man getfacl Regards mks -- Unsubs

Re: permission denied problem

2008-12-31 Thread sowiso
- Original Message - From: "peter360" To: Sent: Wednesday, December 31, 2008 9:12 AM Subject: Re: permission denied problem > > chmod a+x ./gnupt-w32cli-1.4.9.exe > > > > > > That was the first thing I tried but didn't help. ls -l shows the

Re: permission denied problem

2008-12-31 Thread peter360
Christopher Faylor-8 wrote: > > > chmod a+x ./gnupt-w32cli-1.4.9.exe > > That was the first thing I tried but didn't help. ls -l shows the permission as "-rxwr-xr-x+", but I am still getting the permission denied message. -- View this message in context: http://www.nabble.com/permissio

Re: permission denied problem

2008-12-29 Thread Christopher Faylor
On Mon, Dec 29, 2008 at 12:05:12PM -0800, peter360 wrote: > >I am running cygwin on vista. > >Recently I downloaded the gnupg installer and tried to run it in cygwin >bash, but got this message: >$ ./gnupg-w32cli-1.4.9.exe >bash: ./gnupg-w32cli-1.4.9.exe: Permission denied chmod a+x ./gnupt-w32cl

RE: Permission denied problem

2007-08-20 Thread Marko Loparic
On 17 August 2007 17:35, Dave Korn > For comparison, what does the standard windows 'cacls.exe' utility tell you > about that directory, and about one where the problem doesn't happen? cacls will certainly be of great help, thanks a lot. Here is what I get for the directory without problems: $

RE: Permission denied problem

2007-08-17 Thread Dave Korn
On 17 August 2007 17:26, Marko Loparic wrote: > $ getfacl.exe /cygdrive/x/PPP/QQQ > # file: /cygdrive/x/PPP/QQQ > # owner: ffa195 > # group: mkgroup-l-d > user::rwx > group::r-x > other:r-x > mask:rwx > > for both the directories with the permission problem and for other > directories without the

Re: Permission denied problem

2007-02-01 Thread Larry Hall (Cygwin)
Marko Loparic wrote: Hi, Is there a way to make cygwin executables to have the same permission rights as cmd.exe or other windows applications? You can try setting "nontsec" in your CYGWIN environment variable. See for details. -- Larr