[리눅스][유틸리티] Ubuntu 버전 확인: 'lsb_release -a'

Guillermo Austin Kim|2021년 5월 6일
Posts

[리눅스][유틸리티] Ubuntu 버전 확인: 'lsb_release -a'

Guillermo Austin Kim|2021년 5월 6일

가끔 Ubuntu 버전을 확인하고 싶을 때가 있습니다.이 때 'lsb_release -a' 명령어를 입력하면 됩니다. root:~/oss_prj$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.7 LTSRelease: 16.04Codename: xenial 위 출력 결과로 우분투의 버전은 16.04임을 알 수 있습니다.