Skip to content


Finding the version and architecture of a Ubuntu installation

I don’t deal with Ubuntu much, so note to self:

To find version of the installation:

cat /etc/issue

To find the architecture:

uname -m

i686, i386 are 32bit
x86_64 are 64bit

Posted in Linux. Tagged with , , , .