Find the answer to your Linux question:
Results 1 to 4 of 4
Hii How can i find the linux version from command line . Thanks in advance Poorna....
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    6

    Linux Version

    Hii
    How can i find the linux version from command line .

    Thanks in advance
    Poorna.

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Have you tried something like this?

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Location
    UK
    Posts
    19
    but what kind of distro are u running?

  4. #4
    Linux Newbie
    Join Date
    May 2007
    Posts
    106
    many distros have a banner in /etc/issue so you can run

    Code:
    cat /etc/issue
    to tell you which linux distro you have. For example, my output says:

    Ubuntu 8.04.1 \n \l


    More info can also be found with

    Code:
    uname -a

Posting Permissions

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