LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Determine Distro without logging in. (https://www.linuxquestions.org/questions/linux-newbie-8/determine-distro-without-logging-in-706091/)

Retrosmith 02-20-2009 12:29 AM

Determine Distro without logging in.
 
I have a set of boxes that are all versions of Centos, Debian, Red Hat and maybe a couple other distros and have been tasked with determining and documenting which box is which OS. However, I cannot login to any of the boxes for privacy reasons or turn them off. Every box has no GUI (console only) so the most I can access is the login screen.

I know it may be impossible, but is there any telltale signs to look for in order to determine what distro is running from just a console login?

Any help would be appreciated.

frieza 02-20-2009 12:40 AM

well sometimes the boot manager says it
sometimes at the login prompt when you boot up it says it

H_TeXMeX_H 02-20-2009 01:37 AM

Use a live CD, that's the only way I know. You may get lucky of course and it may say somewhere during the boot process.

repo 02-20-2009 05:43 AM

you could try to use nmap
Code:

nmap -sS -O -v xxx.xxx.xxx.xxx
it will try do do a OS detection.


All times are GMT -5. The time now is 04:44 AM.