From: dahms@ifk20.mach.uni-karlsruhe.de
Subject: RE: RCS port
9 Jan 1997 15:57:06 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <009AE206.DCCC51E0.7009.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de>
Original-To: kh@wg.icl.co.uk
Original-CC: gnu-win32@cygnus.com, dahms@ifk20.mach.uni-karlsruhe.de
Original-Sender: owner-gnu-win32@cygnus.com

Hi Kevin, you wrote:

: PS when checking these facts for the posting I did an ls -ali > fred.
: fred was created with the right data but I also got
: ls: fred: Permission denied
: 
: if i do ls who* > fred it works fine. any ideas??????????

Permission denied is the wrong error message, it should say file locked,
or even better not lock at all by default for best unix emulation!
fred is opened for write first, then ls tries to access this file...
Something like ls -ali > /tmp/fred should work!

Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
