How do i know OS version?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashokd001
    New Member
    • Aug 2008
    • 30

    How do i know OS version?

    Hi,

    I am using SuSe Linux.
    But i don't which version it is?
    How do i know the OS version?

    Thanks in advance.
    Regards,
    Ashok
  • ajos
    Contributor
    • Aug 2007
    • 283

    #2
    Originally posted by ashokd001
    Hi,

    I am using SuSe Linux.
    But i don't which version it is?
    How do i know the OS version?

    Thanks in advance.
    Regards,
    Ashok
    Hello, I'm a newbie Linux user(Ubuntu) :D. A quick google will give you the answer. google

    Meanwhile the version in ubuntu can be determined in /etc folder in a file called issue. I think the same goes for SuSe too i think :)

    regards,

    ajos

    Comment

    • ashokd001
      New Member
      • Aug 2008
      • 30

      #3
      Thanks a lot. but is there any command for that.

      -Ashok

      Comment

      • fordie1000
        New Member
        • Mar 2008
        • 32

        #4
        Hi,

        Try the command :

        uname -a

        This should give you all the info on your operating system.

        uname command should be located in the /usr/bin directory in case your
        PATH isn't correctly set ... then try :

        /usr/bin/uname -a

        Hope this helps...

        Comment

        Working...