Find the answer to your Linux question:
Results 1 to 4 of 4
As the title states...how do I KNOW the version of this Linux OS?...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    1

    How do I know what version of Linux I'm running?

    As the title states...how do I KNOW the version of this Linux OS?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    For distribution version, look around in your /etc folder for release information. In my distro, it's in /etc/arch-release.

    For kernel version, go to a terminal and run: uname -a
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Running "cat /etc/*-release" will give you detailed info about the distribution you are running. Also things like a distributions artwork and the messages shown on the screen at boot up can give you a clue as to which distro you are running.

  4. #4
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Or you can type:
    Code:
    cat /etc/issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...