Linux / Kernel Version anzeigen lassen

This blog post has been published on 2010-02-13 and may be out of date.

Ubuntu:

lsb_release -a

z.B.:

Distributor ID: Ubuntu
Description: Ubuntu karmic (development branch)
Release: 9.10
Codename: karmic

cat /etc/lsb-release

z.B.:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION=”Ubuntu karmic (development branch)”

Allgemein:

cat /etc/issue

z.B.:

Debian GNU/Linux 5.0 n l

cat /proc/version

z.B.:

Linux version 2.6.26-2-686 (Debian 2.6.26-19) (dannf@debian.org)
(gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Aug 19 06:06:52 UTC 2009

uname -a

z.B.:

Linux test-server 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux

Published by

voku

Lars Moelleken | Ich bin root, ich darf das!

%d bloggers like this: