摘要: 发布:JB01 来源:脚本学堂 【大中小】本文介绍下,快速查看linux系统是32位还是64位的方法,有需要的朋友参考下吧。本节内容:查看linux操作系统的位数一,方法A:uname -m看到 i386/i686 就是 32位看到 x86_64 就是 64位二,方法B:file /bin/bash看到 ELF 32-bit LSB executable, Intel 80386 就是 32位看到 ELF 64-bit LSB executable, x86-64 就是 64位三,方法C:getconf LONG_BIT看到 32 就是 32位看到 64 就是 64位您可能感兴趣的文章:查.. 阅读全文
posted @ 2013-11-28 06:39 un123 阅读(441) 评论(0) 推荐(0)