ubuntu系统中查看可执行文件是32位还是64位
时间:2015-04-27 11:08:47
收藏:0
阅读:1521
执行file <执行文件名>,即可。返回解决如下:
<执行文件名>: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=b60356b08cbd518cd976647f608553b7a0fb05c3, not stripped
如果为x86-64,则为64位。
原文:http://www.cnblogs.com/atomic-pulse/p/4459507.html
评论(0)