kernel version


 
Thread Tools Search this Thread
Operating Systems Linux kernel version
# 1  
Old 09-14-2005
kernel version

Hi all,

anyone know what should be the kernel version for red hat linux enterprise 3 update 3 .


I have installed kernel version is 2.4.21-4 and some says that it may not be the red hat linux enterprise 3 update 3 .
Smilie
thanks
Bert
# 2  
Old 09-14-2005
Your linux distro holds a file containing the information about the linux version you have installed.

For RH linux, it will be /etc/redhat-release

For me, it says

Code:
sh-2.05b$ cat /etc/redhat-release 
Red Hat Enterprise Linux AS release 3 (Taroon Update 4)

Also
Code:
uname -r

gives you the kernel release.

Run the script posted in this post .

Gives you a better result.

vino
# 3  
Old 09-15-2005
thanks

Thanks Vino for your quick reply.

uname -r gives

2.4.21-4.ELsmp

cat /etc/redhat-release gives

Red Hat Enterprise Linux AS release 3 (Taroon)




regards
Bert
# 4  
Old 09-26-2005
Unix Os

Hi again,

So to find the version my pc is using i type a command such as uname -r
Is this correct? Also, when i switch on the [c and log on, shouldnt there be any default wordings that show the Unix OS version?'
Thanks
# 5  
Old 09-26-2005
Read the man page for uname.

It says

Code:
       -o, --operating-system
              print the operating system

When you log on, you can make your machine show the OS version it is using. I think you need to put it in .bash_profile.

By default it will not show.

But telnet'ing into that machine will show the information.

vino
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Regarding firmware and kernel version of HP-UX systems.

Dear All, Please help to find out the patch and firmware versions in HP-UX systems. as uname -r is showing os version and uname -a HP-UX xxxxxx B.11.23 U 9000/800 2781427196 unlimited-user license. Kindly help to find out the existing Kernel and firmware versions. Also I need to... (3 Replies)
Discussion started by: anuragr
3 Replies

2. Shell Programming and Scripting

Linux kernel version comparision method

Hi All, I am preparing a precheck script for my oracle DB installation. I am setting an expected version value, actual version can be greater than the expected version or equal to it. I am using the below logic to test this. expected=2.6.32-279.el6.x86_64 received=$(uname -r) ... (5 Replies)
Discussion started by: veeresh_15
5 Replies

3. Ubuntu

Compile smbfs module in kernel version 3.10 running Ubuntu 12.04 LTS

Is there any way to compile smbfs module in kernel 3.10 running Ubuntu 12.04 LTS. I did a 'make menuconfig' and it shows cifs. I found out online that smbfs is deprecated and replaced by cifs. I have an old system with kernel version 2.4 which only has smbfs (no cifs). Is it possible to compile... (1 Reply)
Discussion started by: Monil
1 Replies

4. Red Hat

Kernel version required for installing KVM

Hi friends, I have a created a RHEL 6.4 for installing KVM in Virtual box. My machine is a 64 bit, but virtual box was not allowing to install x86_64 version RHEL. So I had to install 32 bit i686 version of RHEL. The kernel came with the CD was 2.6.32-358.el6.i686. But KVM doesnt support... (2 Replies)
Discussion started by: shyam2j
2 Replies

5. Solaris

about the Kernel version ?!!

Hi All I have the below information ... and I want to know how to get the lats Kernel version ? and is this Kernel version SunOS 5.10 Generic_147440-13 last version or what ? - Hostname: server1 Release: 5.10 Kernel architecture: sun4u Application architecture: sparc Hardware... (1 Reply)
Discussion started by: roooooot
1 Replies

6. Red Hat

Downgrade kernel version with yum

Dear all, Now I need to downgrade my current kernel to 2.6.12 I found some pages with Google, and they said that I can do it with yum, but there is not details information. How can I use yum to downgrade kernel version :wall: Please help me Thank you very much (4 Replies)
Discussion started by: Hannibal2010
4 Replies

7. Shell Programming and Scripting

Incorrect kernel version (why).

ps -A | grep firefox | kill `awk '{print $1}'` Warning: /boot/System.map-2.6.35.11-83.fc14.x86_64 has an incorrect kernel version. The command have succeeded but with the warning. The command before the previous one had not been successful. But there was also this warning. (1 Reply)
Discussion started by: Xcislav
1 Replies

8. Debian

how to find out the kernel version of a particular debian release ?

Is there any metrics table available somewhere listing out, which kernel version is there in particular debian release ? Also, can somebody tell which debian release is having the kernel version 2.6.26 ? (1 Reply)
Discussion started by: thegeek
1 Replies

9. Solaris

How can i see kernel patch version?

Hello experts. How can i see kernel patch version? what are advantages applying that patch? Thanx in advance (5 Replies)
Discussion started by: younus_syed
5 Replies

10. Linux Benchmarks

Dual Xeon 2.6, RedHat EL 4 ES, up to latest release version. 2.6.9 kernel

============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- Linux linux.hhc.ac.uk 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux Start Benchmark Run: Wed Jul 6 15:06:07 BST 2005 1 interactive users.... (2 Replies)
Discussion started by: Garp
2 Replies
Login or Register to Ask a Question