De acordo com as suas etapas, você protegeu o arquivo /etc/resolv.conf
de ser excluído / substituído com o chattr + i (imutável)
Assim, você não poderá movê-lo para outro arquivo sem fazer sudo chattr -i /etc/resolv.conf
primeiro.
De man chattr
A file with the 'i' attribute cannot be modified: it cannot be deleted or renamed, no link can be created to this file and no data can be written to the file. Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE capability can set or clear this attribute.