Check Processor / CPU is 64 bit / 32 bit
# uname -p
or
# uname --processor
-p, --processor print the processor type or "unknown"
################################################## ###########
# getconf LONG_BIT
which returns either 32 or 64 says nothing about the cpu capabilities, just the os that is running.
0 comments:
Post a Comment