In terminal, I do this:
sudo vi /etc/profile
But I get a read-only version. I've never not been able to edit anything as a super user- What's going on?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Running
You can let the owner edit it like this:
Then you should be able to edit it as | |||
|
feedback
|
|
You can make it writable with
or better yet in | ||||
|
feedback
|
|
Maybe this is not what you are after, but if you can create a | |||
|
feedback
|
ls -l /etc/profilesay?-r--r--r--? – Mikel Feb 28 '11 at 4:14