>운영 및 유지보수 >리눅스 운영 및 유지 관리 >현재 Linux 시스템 버전을 확인하는 방법

현재 Linux 시스템 버전을 확인하는 방법

王林
王林앞으로
2023-05-23 15:55:062482검색


참고: proc 디렉토리에 기록되는 현재 시스템 작동의 다양한 데이터와 버전별로 기록된 버전 정보는 cat을 통해 볼 수 있습니다.

1. cat /proc/version 명령을 사용하세요.
현재 Linux 시스템 버전을 확인하는 방법

proc 디렉토리에 기록된 현재 시스템 동작의 다양한 데이터는 cat을 통해 직접 보실 수 있으며, gcc도 보실 수 있습니다. 버전 정보.

2. uname -a

현재 Linux 시스템 버전을 확인하는 방법

명령을 사용하세요. 위와 같이 커널 버전이 표시되고 시스템이 32비트(i386)인지 확인할 수 있습니다.

$uname-m
i38612

3. lsb_release -a

현재 Linux 시스템 버전을 확인하는 방법

#lsb_release--help
Usage:lsb_release[options]

Options:
-h,--helpshowthishelpmessageandexit-v,--versionshowLSBmodulesthissystemsupports-i,--idshowdistributorID-d,--descriptionshowdescriptionofthisdistribution-r,--releaseshowreleasenumberofthisdistribution-c,--codenameshowcodenameofthisdistribution-a,--allshowalloftheaboveinformation-s,--shortshowrequestedinformationinshortformat123456789101112

4. 명령 사용: cat /etc/issue

현재 Linux 시스템 버전을 확인하는 방법

위 내용은 현재 Linux 시스템 버전을 확인하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 yisu.com에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제