一、 Linux系统位数查看:
getconf LONG_BIT
uname -a
二、 软件位数查看:
file ....txt

getconf LONG_BIT
uname -a
file ....txt
