PDA

Click to See Complete Forum and Search --> : Difference between Unix and DOS/Windows?


sbasak
Aug 2nd, 2002, 03:39 AM
Can anyone tell me what are the basic differences between Unix and DOS/Windows file systems?

Please also explain why programs written on unix don't run under windows/dos and vice versa.

Thanks a lot

The Hobo
Aug 2nd, 2002, 12:09 PM
Unix File System: http://www.cs.wlu.edu/labs/unix/unix.html

JoshT
Aug 2nd, 2002, 02:00 PM
A simple answer for the second question is that applications rely on functionality provided by the OSes API to do certain things, like access a file or create a window. There are things like cygwin or wine or even java to get around this.