[완료]centos버전을 확인할 수 있나요?

hanpedro의 이미지

centos버전을 확인할 수 있나요?
upgrade는 했는데, 제대로 업그레이드가 되었는지 궁금합니다.
사실 ext4를 사용하고 싶은데,

yum clean all
yum update glibc\*
yum update yum\* rpm\* python\*
yum clean all
yum update
shutdown -r now

이렇게만해도 되는건지.....

자일자일의 이미지

# lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseES
Description: Red Hat Enterprise Linux ES release 3 (Taroon Update 4)
Release: 3
Codename: TaroonUpdate4

CentOS 또한 위와 같이 확인 가능합니다.

hanpedro의 이미지

감사합니다.

자료는 저장하자!
저장해서 정리하지 않은 지식은 쓸모가 없다.

Starmomo의 이미지

엘인지, 대문자 아이인지 둘 다 해봤습니다.
[root@localhost ~]# lsb_release -a
-bash: lsb_release: command not found
[root@localhost ~]# Isb_release -a
-bash: Isb_release: command not found

아래와 같이 버전을 확인할 수 있습니다.

[root@localhost ~]# cat /etc/redhat-release
CentOS release 6.3 (Final)
[root@localhost ~]# cat /etc/issue
CentOS release 6.3 (Final)
Kernel \r on an \m

FTBW.아름다운 삶을 위하여!

bushi의 이미지

$ yum provides "*/bin/lsb_release"

sisuc의 이미지

#cat /etc/issue

위대한 한글

위대한 한글

trim703의 이미지

http://www.digimoon.net

cat /etc/redhat-release

익명 사용자의 이미지

좋네요~~!

익명 사용자의 이미지

$ rpm -qa | grep release
centos-release-6-7.el6.centos.12.3.x86_64

익명 사용자의 이미지

$ rpm -qa | grep release
centos-release-6-7.el6.centos.12.3.x86_64

익명 사용자의 이미지

$ rpm -qa | grep release
centos-release-6-7.el6.centos.12.3.x86_64

익명 사용자의 이미지

글이 안올라간줄 알았는데 실수로 3개나 올라갔네요 삭제 방법을 모르겠네요 ㅠㅠ