On Tue, 12 Dec 2006 06:51:28 -0500, Tester wrote:
>Why are some of the files found in /etc in Unix found in
>C:\WINDOWS\system32\drivers\etc in XP?
>
>They have nothing whatsoever to do with drivers.
Ask Microsoft, you will note there are several UNIX type things in
Windows. Like /etc/hosts (UNIX) , where MS simply added system32\drivers
in front. The other was the vertical adjustment bar in NT3/4 user
manager, just like several Unix systems. IIRC bits of the TCP/IP were
from BSD, there were quite a few things but it's been years since I had
a list. The internal references to devices like hardisks was another,
\Device\HardDisk0\Partition1, very similar to /dev/rdsk/
<controller><scsi id><slice>
You didn't even need to have a SCSI device, that's the convention used.
boot.ini was ARC, RISC PC naming conventions.
It would be drivers anyway, related to TCP/IP driver.
>In particular I'm looking at /etc/hosts which alows you to put in
>lines like
>
>102.54.94.97 rhino.acme.com
That would be the commented out example
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
>and then access http://rhino.acme.com/whatever.html
Where are you going with this?
>even though there's no such domain defined on the internet.
That's good for an example, so it doesn't block a real domain you may
want to connect to.
Me