Exam GSEC All QuestionsBrowse all questions from this exam
Question 42

Which command would allow an administrator to determine if a RPM package was already installed?

    Correct Answer: B

    To determine if a RPM package is already installed, the correct command is 'rpm -q'. The '-q' option stands for 'query' and allows administrators to check the installation status of a specific package.

Discussion
tifgifOption: C

def rpm -a from the RPM man page -a, --all Query all installed packages.