Find the answer to your Linux question:
Results 1 to 4 of 4
I got a computer and suse linux on it. But I don't know its version, even whether it is b4bit or 32bit.. how can I check it?...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    10

    simple question..how to check version.

    I got a computer and suse linux on it.

    But I don't know its version, even whether it is b4bit or 32bit..

    how can I check it?

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you might try running
    Code:
    uname -a
    from the command line
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    And
    Code:
    cat /etc/issue
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  4. #4
    Linux Engineer oldcpu's Avatar
    Join Date
    Aug 2005
    Location
    Europe
    Posts
    1,142

    some additional

    Quote Originally Posted by antidrugue
    And
    Code:
    cat /etc/issue
    ... another (similar) one is:
    cat /etc/SuSE-release

    and to find out about one's KDE:
    kded -v

    and to find out about one's pc:
    cat /proc/cpuinfo

    and to show compatible pc architectures:
    rpm --showrc lists|grep archs

Posting Permissions

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