Quantcast
Channel: Lucas Caton - English posts
Viewing all articles
Browse latest Browse all 66

Getting root permissions on a file inside of Vim

$
0
0

Sometimes you open a file that you need root permissions to save it.
When it happen, you can close and reopen the Vim (with sudo) or you also can do:

:w !sudo tee %

Thanks to @dlisboa for the tip.


Viewing all articles
Browse latest Browse all 66

Trending Articles