|
Home > Archive > Cheap Linux Hardware > November 2006 > find out linux kernel version
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
find out linux kernel version
|
|
|
| I am Linux newbie. I just installed Linux 9, but I need to know the
kernel version. How do i find out? I need to make the kernel version
should be 2.4 or 2.6
please advice. thanks...
| |
| Bit Twister 2006-11-18, 7:15 pm |
| On 18 Nov 2006 14:28:01 -0800, Steve wrote:
> I am Linux newbie. I just installed Linux 9, but I need to know the
> kernel version. How do i find out? I need to make the kernel version
> should be 2.4 or 2.6
uname -r
| |
|
| On Sat, 18 Nov 2006 14:28:01 -0800, Steve wrote:
> I am Linux newbie. I just installed Linux 9, but I need to know the
> kernel version. How do i find out? I need to make the kernel version
> should be 2.4 or 2.6
>
> please advice. thanks...
uname -a
| |
| Stefan Patric 2006-11-19, 1:23 am |
| On Sat, 18 Nov 2006 14:28:01 -0800, Steve wrote:
> I am Linux newbie. I just installed Linux 9, but I need to know the
> kernel version. How do i find out? I need to make the kernel version
> should be 2.4 or 2.6
>
> please advice. thanks...
'cat /proc/version' will do it along with the command: uname -r
Stef
| |
| Michael Heiming 2006-11-19, 1:23 am |
| In comp.os.linux.hardware Steve <javacc2@gmail.com>:
> I am Linux newbie. I just installed Linux 9, but I need to know the
There is no such thing as "Linux 9", random guess you mean RH 9?
You shouldn't install such an old and EOL distro, just that you
have the CDs flying around is no reason, if you like RH do
yourself a big favor, get your hands on FC6 (Free RH version with
latest stuff - http://fedora.redhat.com/) and install it. This
should ease up things pretty much for you.
> kernel version. How do i find out? I need to make the kernel version
> should be 2.4 or 2.6
uname -r
cat /proc/version
Good luck
--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | PERL -pe 'y/a-z/n-za-m/'
#bofh excuse 208: Your mail is being routed through Germany
.... and they're censoring us.
|
|
|
|
|