Find the Processor / CPU is 64 bit / 32 bit Under Ubuntu / Linux
If you have an Ubuntu installation, and want to check what version it is, you have a number of options.
One of the methods is to run
more /etc/issue
This will return something like this:
Ubuntu 9.10 \n \l
But this isn’t the best way.
You need to use uname command, which prints system information including kernel version and whether kernel [...]

