본문 바로가기
프로그래밍/linux

debian에서 버젼 확인 하기

by W.C. 2018. 11. 16.
728x90

오래간 만에 debian linux를 쓰게 되었다.


우선 설치되어 있는 서버의 사양과 OS의 버젼을 알아야 한다.


Debian 에서 버젼을 확인 하는 방법

lsb_release -a


명령을 치면


No LSB modules are available.

Distributor ID: Debian

Description:    Debian GNU/Linux 9.4 (stretch)

Release:        9.4

Codename:       stretch


이런 식으로 해당 서버의 debian 정보를 알 수 있다.

'프로그래밍 > linux' 카테고리의 다른 글

Bash Shell 명령어  (0) 2019.02.07
gitlab docker 설정  (0) 2018.11.26
Bash Shell euc-kr => utf-8 변환  (0) 2018.02.13
alternative 를 이용한 기본 java version 변경  (0) 2018.02.13
Kill 명령어 사용  (0) 2018.02.08