I made lengthy changes to a configuration file on a Ubuntu Linux computer with the vi editor. Unfortunately, I forgot to sudo first, so now I'm in the editor, but can't save my changes because of missing rights. Can I retroactively sudo the user on that terminal, or what would be the best course of action to take?
feedback
|
|
In this case, I wrote file with :w /tmp/tmpfile. Then I go out and move /tmp/tmpfile to my old file with sudo rights. That's it ! | |||
feedback
|
|
Couldn't you open another terminal and temporarily change the file's access rights? | |||||
feedback
|