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?...
- 12-15-2006 #1Just 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?
- 12-15-2006 #2
you might try running
from the command lineCode:uname -a
Brilliant Mediocrity - Making Failure Look Good
- 12-15-2006 #3
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
- 12-15-2006 #4
some additional
... another (similar) one is:
Originally Posted by antidrugue
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


