LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to check what Linux am I running? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-what-linux-am-i-running-433553/)

binary_0011 04-09-2006 11:38 PM

How to check what Linux am I running?
 
hi, i am a newbie here and here's my question.

I am running Red Hat ES , how do I check my version? When i do a :

uname -o --version
uname (coreutils) 5.2.1
Written by David MacKenzie.

uname -o
GNU/Linux


it does not really tell what red hat es version I am running.

Thanks.

Acron_0248 04-09-2006 11:47 PM

Type this in console:

Code:

cat /etc/redhat-release

Reegards



Bye

vmlinuz.gz 04-10-2006 12:12 AM

Did you try:

Code:

uname -a

Acron_0248 04-10-2006 07:40 AM

If i'm not mistaken, uname -a will print all the information (except the -p and -i options) about including the "-o". So, you will get the Operative System but not the release/version of that operative system


Reegards



Bye

gettingDeep 08-15-2006 01:09 PM

cat /proc/version


All times are GMT -5. The time now is 06:47 PM.