A developer reported an incident involving the application configuration file /etc/httpd/conf/httpd.conf that is missing from the server. Which of the following identifies the RPM package that installed the configuration file?
A. rpm -qf /etc/httpd/conf/httpd.conf
Explanation:
rpm is a command-line package manager used in many Linux distributions, including Red Hat, CentOS, and Fedora.
-qf is an option used with the rpm command to query the package that owns a particular file.
/etc/httpd/conf/httpd.conf is the path of the configuration file that is missing.
So, the command rpm -qf /etc/httpd/conf/httpd.conf will return the name of the RPM package that installed the configuration file on the system
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
8 months, 3 weeks ago