vps - 怎样查看当前linux系统是64位还是32位的?
阿神
阿神 2017-04-17 11:56:33
0
6
872

因为VPS上要装一个软件,但是不知道当前这个操作系统是32位还是64位的,所以想问问如何判断系统是多少位?

阿神
阿神

闭关修行中......

reply all(6)
刘奇
$ uname -a
大家讲道理

arch command is enough

PHPzhong

Digits

uname -a

Version

lsb_release -a

Ty80

file /bin/ls
Or go to the root directory to see if there is a lib64 directory. There is a 64-bit system

Ty80

cat /etc/redhat-release
Or
getconf LONG_BIT

黄舟

uname -a

x86_64 64-bit
Others i386 and i686 are 32-bit

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!