X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: mike Newsgroups: comp.os.msdos.djgpp Subject: Bash - Permission denied Date: Wed, 16 Sep 2009 10:15:49 -0700 (PDT) Organization: http://groups.google.com Lines: 16 Message-ID: NNTP-Posting-Host: 72.0.184.5 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1253121350 3179 127.0.0.1 (16 Sep 2009 17:15:50 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 16 Sep 2009 17:15:50 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: w37g2000prg.googlegroups.com; posting-host=72.0.184.5; posting-account=oJRq6woAAAARSvwKU1ZKnHscXKI-rDNE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I know this has been addressed before, but I couldn't find an answer that suits my particular situation. Without further ado, here is the input/output: ---------- bash-2.04$ cat > foo< lkjasdf;lkj > BAR c:/djgpp/tmp/sh103386: Permission denied (EACCES) bash-2.04$ ls c:/djgpp/tmp/ remove.me sh103386 sh530876 sh530900 sh872942 sh873219 ---------- This problem occurs under Windows ME (9x), in a dos/bash box. When I do the same thing in DosBox, under Linux (same dirs/files), I *don't* get the error. ??