Mail Archives: cygwin/1997/01/09/15:57:06
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 AT ifk20 DOT mach DOT uni-karlsruhe DOT de)
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -