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?
setfacl -m u:user:--- /path/to/file
chattr +i /path/to/file
chattr +a /path/to/file
chmod 700 /path/to/file