Multiple choice technology operating systems Which command do you use to make the /etc/inputrc file immutable? chattr +i /etc/inputrc chmod 666 inputrc chmod g=rw inputrc None Reveal answer Fill a bubble to check yourself A Correct answer Explanation The chattr +i command sets the immutable attribute on a file in Linux, preventing it from being modified, deleted, renamed, or linked to, even by the root user.