Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Get Started > Issue <<  247 of 376 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 2956
Last update: 07-22-04
Issue:
How do I tell what version of Red Hat I have installed on my system?
Resolution:
One way to find your version of Red Hat is to type the following:
cat /etc/redhat-release
Example output could show which product, release, and update you have:

# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon Update 1)
      


Another way which will give you more information about your kernel version is to use the uname command with the -a option.
uname -a
Example output will show the hostname, kernel version, and other system information:

# uname -a
Linux server1.example.com 2.4.21-9.0.3.ELsmp #1 SMP Tue Apr 20 19:49:13 EDT 2004 
i686 i686 i386 GNU/Linux
      


How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Get Started > Issue <<   247  of  376  >>