An administrator accidentally deleted the /boot/vmlinuz file and must resolve the issue before the server is rebooted. Which of the following commands should the administrator use to identify the correct version of this file?
- Arpm -qa | grep kernel; uname -a (correct answer)
- Byum -y update; shutdown -r now
- Ccat /etc/centos-release; rpm -Uvh --nodeps
- Dtelinit 1; restorecon -Rv /boot
Reveal answer & explanationHide answer
The correct answer is A. Option A: rpm -qa | grep kernel; uname -a





