'lsb_relase'에 해당되는 글 1건

  1. 2012.07.28 리눅스 배포판 확인하기
Linux2012. 7. 28. 13:17
그나저나.. 10.04 에서 12.04로 업데이트 하면... 어떻게 구분을 해야하려나?

$ ll /etc/lsb*
-rw-r--r-- 1 root root 3239 2009-12-04 20:46 /etc/lsb-base-logging.sh
-rw-r--r-- 1 root root  104 2012-01-31 02:30 /etc/lsb-release

/etc/lsb-base:
합계 16
drwxr-xr-x   2 root root  4096 2010-02-23 19:51 ./
drwxr-xr-x 146 root root 12288 2012-07-28 13:06 ../
cynix@cynix-dev:/etc$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.4 LTS
Release:        10.04
Codename:       lucid

cynix@cynix-dev:/etc$ cat lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS" 

[링크 : http://linux.die.net/man/1/lsb_release]

[링크 : http://kldp.org/node/23867]
[링크 : http://kldp.org/node/86747
Posted by 구차니