하나의 OS에서 여러 버전의 커널이 설치된 경우가 있다. 기 설치된 여러 커널 중 특정 커널을 삭제하기를 원할 때, 아래 명령어를 통해 삭제 가능하다. 1. 설치된 커널 확인 명령어 [root@localhost ~]# rpm -q kernel kernel-3.10.0-693.el7.x86_64 kernel-3.10.0-693.82.1.el7.x86_64 2. 커널 삭제 명령어 [root@localhost ~]# yum remove -y kernel-3.10.0-693.el7.x86_64 Loaded plugins: product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction chec..