Hi all, Well I needed an extra harddrive so I removed the one from my pc which contained dos and windows ;) I still play some dos games and I already used dosemu for that with the very nice bootdir method. So I just copied the nescesarry files to a directory in /var/lib/dosemu. Now that works fine. I made the dir: rwxrwsr-x root users So that all users can use it and all files created in it are group users. I also use this for my /archive partition and under plain linux it works fine. My umask is 002 ofcourse for this to work but that's ok since I use RedHat which has this umask anyway. My problem is that creating files under dosemu work fine they become: rw-rw-r-- xxxx users But for some reason dosemu creates dirs: rwxr-sr-x xxxx users I'm pretty certain this is in dosemu somewhere. Any reason why dosemu creates dirs 755 ? Shouldn't it create them 777 and lett the umask decide? And where can I find this so I can make my own custom version? Regards, Hans
