LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to determine version of linux (https://www.linuxquestions.org/questions/linux-general-1/how-to-determine-version-of-linux-438340/)

djburdick 04-24-2006 09:40 AM

How to determine version of linux
 
I use the command uname -r
and the results are as follows but I need help interpreting this information as to what is the release and what is the kernel?
2.4.21-27.ELsmp
thank you for any help

puntjuh 04-24-2006 09:58 AM

2.4.21-27 is the kernel version

.smp is what kind of kernel. smp is a kernel for when you have a multi processor computer.

here is some more info about uname command:

http://www.ss64.com/bash/uname.html

marozsas 04-24-2006 10:37 AM

You can take a look at /etc/issue and /etc/motd too. Theses files may show distribution information, like "Fedora Core release 5" or "Welcome to SuSE Linux 9.3".


All times are GMT -5. The time now is 11:37 PM.