no sudo permissions to /etc/hostname

Posted by Pagis on Ask Ubuntu See other posts from Ask Ubuntu or by Pagis
Published on 2012-06-19T00:30:08Z Indexed on 2012/06/19 3:24 UTC
Read the original article Hit count: 283

When I try to edit my /etc/hostname file, using sudo nano /etc/hostname (or any other editor) I get the following:

Error writing /etc/hostname: Permission denied

I then tried:

sudo chmod u+w ./hostname

And got the error:

chmod: changing permissions of `./hostname': Operation not permitted

I get the same error trying to add write permissions to any use or group.

This is what ls shows:

-rw-r--r-- 1 root root 22 2012-06-18 12:25 /etc/hostname

Any idea why and what can I do about it?

I'm running Ubuntu 11.10.

© Ask Ubuntu or respective owner

Related posts about command-line

Related posts about permissions