: 서버 외부 통신 가능한 전제
* 레드헷 서브스크립션 도메인 연결 확인
> curl -v telnet://subscription.rhsm.redhat.com:443
* 서브 스크립션 등록 (안된 경우만)
> subscription-manager register
* 보안 업데이트 리스트 확인
# 관리자 권한 획득
> su -
# 패치 대상 확인
> yum list-security --security
* 보안 패치 실행
> yum update --security
: 업데이트 후 패치 대상 재 확인 시 나오는 목록이 없어야 함.