Linux 시스템 현재 설치된 시스템이 32비트인지 64비트인지 확인하는 방법은 다음과 같습니다.
[root@localhost mysql-5.1.57]# getconf LONG_BIT 64
위 명령을 통해 결과가 64비트인지 쉽게 알 수 있습니다. 32, 32비트 시스템입니다.
Linux 버전 정보를 보는 명령은 다음과 같습니다.
[root@localhost mysql-5.1.57]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics- 4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing- 4.0-ia32:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 5.8 (Final) Release: 5.8 Codename: Final
추천 학습: Linux 비디오 튜토리얼
위 내용은 리눅스는 몇 비트를 검사합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!