On Thu, May 30, 2002 at 02:44:45PM -0500, Anthony M. Richardson wrote: > I'm using dosemu under Linux with FreeDOS beta 8. I'm also using a Linux > directory as my C drive. Everything seemed to be working great until I tried > to install DJGPP. When I use unzip from within dosemu on a recursive zip > archive, there are several errors. When unzip is extracting files from an > archive and creating directories (from within DOSEMU), the directories are > created without execute permission (in the linux file system). The unzip > program then can't extract files to these directories. > > I asked for help on the DJGPP list, but people there seemed to think that I > might have a DOSEMU configuration setting messed up. Do I? Does anyone have > any suggestions? Unfortunately, I can't just unzip on the Linux side because > long file names are handled differently by Linux and DOS. > > Thanks, > Tony Richardson
What umask says? On my machine: # umask 022 and C:\> zip -r freedos.zip freedos C:\> unzip -d temp freedos.zip works dosemu started from root account, Freedos Beta 7 Ripcord dosemu-1.0.2.1 -- Witold Filipczyk <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
