>  기사  >  운영 및 유지보수  >  리눅스에서 시스템 버전을 확인하는 방법

리눅스에서 시스템 버전을 확인하는 방법

angryTom
angryTom원래의
2019-11-05 17:08:427003검색

리눅스에서 시스템 버전을 확인하는 방법

Linux에서 시스템 버전을 확인하는 방법

일반적인 확인 방법:

1. uname -a (Linux 버전 현재 운영 체제 커널 정보 보기)

Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 athlon i386 GNU/Linux

2. proc/version ( Linux 현재 운영 체제 버전 정보 보기)

Linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com)
(gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003

3, cat /etc/issue

Red Hat Enterprise Linux AS release 4 (Nahant Update 8)
Kernel /r on an /m

RedHat 시리즈 보기:

1, cat /etc/redhat-release

Red Hat Enterprise Linux AS release 4 (Nahant Update 8)

2, lsb_release -a

LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 8)
Release: 4
Codename: NahantUpdate8

Debian 시리즈 보기:

1, cat /etc/debian_version

9.0

2, cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

3, hostnamectl

   Static hostname: debian
         Icon name: computer-vm
           Chassis: vm
        Machine ID: 6866ec1d654b4a2ea52d591dc0146d82
           Boot ID: 51bfbc1e197b4d378e95073da0df0288
    Virtualization: xen
  Operating System: Debian GNU/Linux 9 (stretch)
            Kernel: Linux 4.9.0-1-amd64
      Architecture: x86-64

권장: linux 시스템 튜토리얼

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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.