> It's M$'s www.hotmail.com that's using some UN*X derivate. AFAIK it's
> Solaris, but it could just as well be Linux or FreeBSD. One thing's for
> sure, it's not NT!
Which makes sense because Microsoft bought Hotmail. There are lots of
tools to investigate web sites, but the best by far is good ol'
telnet. To wit:
$ telnet www.hotmail.com 80
Trying 207.82.252.251...
Connected to www.hotmail.com.
Escape character is '^]'.
GET / HTTP/1.0
{you type a carriage return here}
HTTP/1.1 200 OK
Date: Wed, 06 Jan 1999 00:33:07 GMT
Server: Apache/1.2.1
Last-Modified: Wed, 16 Dec 1998 00:32:49 GMT
ETag: "27655-16a7-3676ffb1"
Content-Length: 5799
Accept-Ranges: bytes
Connection: close
Content-Type: text/html
<html>
<head>
<title>Hotmail - The World's FREE Web-Based Email</title>
Snip snip snip.
Quote:> Note: Although it's a M$ site, it doesn't tell you what OS it's running
> B-{)
You *may* be able to determine the type of host using nslookup. For
example:
$ nslookup
Quote:> set type=hinfo
> www.widgetworks.com
Server: ns1.mindspring.com
Address: 207.69.188.185
www.widgetworks.com canonical name = homer.widgetworks.com
homer.widgetworks.com CPU = SPARC2 OS = SOLARIS
Snip...
The information provided by nslookup is merely the info in the DNS
database, which may or may not be correct. Homer.widgetworks.com
hasn't been a Sparc 2 for several years now.
It is true that many of the microsoft servers *did* return Solaris in
the OS field at one point (this is perhaps the origin of the rumor)
but they have since been "cleansed."
Peter Johansson