CompTIA Linux+ XK0-005 Practice Question
After installing a new version of a service, you notice that some of your custom configurations are no longer in effect. The service in question utilizes .rpmsave
and .rpmnew
files during upgrades. Which of the following actions should you take to BEST ensure that your previous configurations are incorporated into the new service version?
Rename the
.rpmnew
file to overwrite the current configuration file without manual checks.Ignore the
.rpmnew
and.rpmsave
files as the service will automatically merge the configurations.Replace the new configuration file with the file that has the
.rpmsave
extension.Manually compare the
.rpmsave
file with the.rpmnew
file and integrate custom configurations as needed, then remove the.rpmnew
suffix.