Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



How to check Linux version

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-04-2009
stephenx's Avatar
Member
 
Join Date: Apr 2009
Posts: 289
How to check Linux version

I have a computer with Linux software. I need to know the version of my OS. I telnet to the device board, and trying to see what version of the Linux it is running, but don't know how.

How can I check? Any specific command is there ?
Reply With Quote
  #2  
Old 14-04-2009
Lillebror's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,259
Re: How to check Linux version

To get the Kernel version use the command,

Quote:
uname -r
You'll get the redhat release from the file, /etc/redhat-release.

You can also check using:
Quote:
cat /etc/issue.net
and
Quote:
cat /etc/*-release
Reply With Quote
  #3  
Old 14-04-2009
Dr. V
 
Posts: n/a
Re: How to check Linux version

uname -a

is a linux command that will output useful information about your linux distribution, kernel version, cpu information and more.

That will tell you which kernel version is running. As far as redhat version number, there might be a file somewhere, or you can guess based on the kernel version maybe.

Also, don't use the tags unless your posting actual code or a command line or console output.
Reply With Quote
  #4  
Old 14-04-2009
Member
 
Join Date: Feb 2009
Posts: 568
Re: How to check Linux version

cat /proc/version works unless you are on AIX, SunOS or meybe other systems. Then you will have to use uname. Anybody knows other methods to determine OS?
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to check Linux version"
Thread Thread Starter Forum Replies Last Post
What Linux version recommended for a newcomer to Linux from Windows? Aileen_L Operating Systems 5 09-11-2010 03:50 PM
How to check DirectX Version Deadcog Windows Software 4 26-01-2010 02:53 AM
How to check iPhone software version GILBERT Portable Devices 2 26-03-2009 10:13 AM
How to check my vista version... blu angel Vista Help 3 07-03-2008 02:53 AM
How to check SBS 2003 version? Enigma Small Business Server 6 24-02-2008 12:10 PM


All times are GMT +5.5. The time now is 12:23 AM.