CompTIA Linux+ XK0-005 Practice Question
An administrator wants to prevent users from creating hard links to a certain sensitive file on a Linux system. Which command should the administrator use to achieve this security measure?
chattr +a /path/to/file
chattr +i /path/to/file
setfacl -m u:user:--- /path/to/file
chmod 700 /path/to/file