Read version and distro?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin Buettner
Date:  
Subject: Read version and distro?
On Nov 15, 5:54pm, <> wrote:

> Is there a command(s) or perhaps a file to read that will tell what
> kernel and distro verison a Linux box is running? A string that
> says "RedHat X.X Linux 2.x" or something like that. Or maybe the
> info comes from two different places. Whatever. How do I get that?


How about:

    [kev@mesquite kev]$ head -1 /etc/issue ; uname -a
    Red Hat Linux release 7.2 (Enigma)
    Linux mesquite 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 2001 i686 unknown


Kevin