Hi guys, I'm trying to modify the hosts file in Fedora 7 '/etc/hosts/' but it's set to read-only and I can't modify it. I tried chmodding the file but It didn't work. I tried chmodding it to the following:
chmod 720 /etc/hosts
chmod 644 /etc/hosts
chmod 700 /etc/hosts
chmod 670 /etc/hosts
chmod 600 /etc/hosts
chmod 644 /etc/hosts
but it only seems to open under 644 but no modifying allowed. Any help would be greatly appreciated.
My question is: How can I modify the hosts file?
Kind Regards.