Skip to main content

How to tell if Linux kernel is 32 or 64bit

uname -m

#32 bit
i686

#64bit
x86_64

Comments