nerdexam
CompTIACompTIA

XK0-005 · Question #617

XK0-005 Question #617: Real Exam Question with Answer & Explanation

The correct answer is A: /etc/named.conf.rpmnew. After installing a new version of a package that includes a configuration file that already exists on the system, such as /etc/httpd/conf/httpd.conf, RPM will create a new file with the .rpmnew extension instead of overwriting the existing file. This allows the administrator to r

System Management

Question

An administrator recently updated the BIND software package and would like to review the default configuration that shipped with this version. Which of the following files should the administrator review?

Options

  • A/etc/named.conf.rpmnew
  • B/etc/named.conf.rpmsave
  • C/etc/named.conf
  • D/etc/bind/bind.conf

Explanation

After installing a new version of a package that includes a configuration file that already exists on the system, such as /etc/httpd/conf/httpd.conf, RPM will create a new file with the .rpmnew extension instead of overwriting the existing file. This allows the administrator to review the default configuration that shipped with this version and compare it with the current configuration before deciding whether to merge or replace the files. The /etc/named.conf.rpmsave file is created by RPM when a package is uninstalled and it contains a configuration file that was modified by the administrator. This allows the administrator to restore the configuration file if needed. The /etc/named.conf file is the main configuration file for the BIND name server, not the httpd web server. The /etc/bind/bind.conf file does not exist by default in Linux systems.

Topics

#BIND configuration#RPM package management#Software updates#Linux file system

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions