Lock resolv.conf

Command to lock the file

chattr +i /etc/resolv.conf

Command to unlock the file

chattr -i /etc/resolv.conf

Last updated