Tag Archives: 우분투 버전확인

우분투나 커널 버전확인 명령어

# 우분투 버전확인
$ cat /etc/issue
Ubuntu 11.04 \n \l

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION=”Ubuntu 11.04″

# 커널 버전과 자세한 정보 표시
uname -a : print  all  information
uname -r : print the kernel release
uname -v : print the kernel version
uname -o : print the operating system