Wednesday, January 24, 2018

Find out linux version and x32 or x64

linux version:
lsb_release -a

architecture:
uname -m

where:
i686 = 32 bit
x86_64 = 64 bit


No comments:

Post a Comment