CompTIA Linux+ XK0-005 Practice Question
A system administrator needs to secure the configuration file /etc/important.conf
to prevent any modifications, including by root, because it contains sensitive system settings. Which command should the administrator execute to achieve this?
chattr +i /etc/important.conf
chattr +s /etc/important.conf
chattr +d /etc/important.conf
chattr +a /etc/important.conf