상세 컨텐츠

본문 제목

[Ubuntu 20.04 LTS] Ubuntu 버전 확인

Linux

by 힐둔 2021. 12. 24. 16:07

본문

 

terminal에서 Ubuntu 버전 확인 하는 방법 정리


1 lsb_release -a  (Linux Standard Base)

Ubuntu 버전 확인

lsb가 없어도 버전 확인은 가능하나, 설치하고픈 경우 아래 명령으로 설치 가능하다.
sudo apt-get install lsb-core

Ubuntu 버전 확인

다시 실행하면 아래처럼 나온다.

Ubuntu 버전 확인


2.  cat /etc/issue


3.  cat /etc/os-release

Ubuntu 버전 확인


4. uname -m && cat /etc/*release

Ubuntu 버전 확인


5. uname -a (-r : kernel release, -m : machine, -p :processor)

Ubuntu 버전 확인

 

 

관련글 더보기

댓글 영역