카테고리 없음

[ubuntu] bit(비트), 버전 확인 하는 방법

개발자_이훈규 2014. 3. 5. 10:52

1. 

키워드 : 비트,bit,버전,확인,version,command,추천,



2.


① $ uname -a


32-bit Ubuntu:


Linux discworld 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386GNU/Linux

(i~ i~는 32bit)



64-bit Ubuntu:

Linux discworld 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 x86_64 x86_64x86_64 GNU/Linux

(x~ x~는 64bit)



② $file /sbin/init


32-bit Ubuntu:

/sbin/init: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped

64-bit Ubuntu:

/sbin/init: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped