우분투 버전 확인 두가지 방법이 있습니다.
(It has two methods to check Ubuntu version)
첫 번째 방법은 아래와 같습니다.
(below is first)
$ cat /etc/issue
결과는 아래와 같습니다.
(Below is the result of the first method)
두 번째 방법은 아래와 같습니다.
(the next is second)
$ lsb_release -a
결과는 아래와 같습니다.
(Below is the result of the final method)
'STUDY > Linux' 카테고리의 다른 글
pretty print (1) | 2018.03.15 |
---|---|
[Ubuntu / Linux / Unix] Search File Using filename (파일 이름을 이용하여 파일 검색) (0) | 2016.10.26 |
[Ubuntu / Linux / Unix] Search File Using extension (확장자를 이용하여 파일 검색) (0) | 2016.10.20 |
파일에서 내용 검색 하기 (0) | 2014.07.18 |
[Ubuntu] ZoneMinder를 이용한 감시 카메라 설치 (0) | 2014.07.13 |