Results 1 to 4 of 4

Thread: How to check Linux version

  1. #1
    Join Date
    Apr 2009
    Posts
    354

    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 ?

  2. #2
    Join Date
    Apr 2008
    Posts
    3,295

    Re: How to check Linux version

    To get the Kernel version use the command,

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

    You can also check using:
    cat /etc/issue.net
    and
    cat /etc/*-release

  3. #3
    Dr. V Guest

    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.

  4. #4
    Join Date
    Feb 2009
    Posts
    673

    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?

Similar Threads

  1. Replies: 5
    Last Post: 09-11-2010, 03:50 PM
  2. How to check DirectX Version
    By Deadcog in forum Windows Software
    Replies: 4
    Last Post: 26-01-2010, 02:53 AM
  3. How to check firmware version in iphone
    By Vishant in forum Portable Devices
    Replies: 3
    Last Post: 23-05-2009, 08:00 PM
  4. How to check my vista version...
    By blu angel in forum Vista Help
    Replies: 3
    Last Post: 07-03-2008, 02:53 AM
  5. How to check SBS 2003 version?
    By Leythos in forum Small Business Server
    Replies: 3
    Last Post: 24-02-2008, 05:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,297,920.30119 seconds with 17 queries