You are here

Tip: How to find out your linux distro, kernel, cpu info

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: