2swan

Linux 32비트 64비트 확인방법 본문

System of Infra/Linux

Linux 32비트 64비트 확인방법

2swan 2024. 4. 30. 14:10

[명령어]

$ getconf LONG_BIT

 

$ arch

 

 

$ uname -m

 

 

$ echo $HOSTTYPE

 

 

$ lscpu | grep ^Arch

 

 

- x86_64 : 64비트 CPU


- i386~686 : 32비트 CPU