Read version and distro?

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Kevin Buettner
Fecha:  
Asunto: 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