Set immutable file attribute linux
Prevent any user (incl. root) from modifying the file
chattr +i /etc/resolv.conf && lsattr /etc/resolv.conf
more linux
all 133 commands →
Prevent any user (incl. root) from modifying the file
chattr +i /etc/resolv.conf && lsattr /etc/resolv.conf