Fri, 09/10/2010 - 02:03 — Admin
To find out which distro is installed try the following commands:
$ cat /etc/*-release
$ lsb_release -rd
$ cat /etc/*version
$ cat /proc/version
$ cat /etc/issue
For kernel version, architecture etc try:
$ uname -a
To see cpu info/check if its 32/64bit try:
$ cat /proc/cpuinfo
cheers!
Forums: