Quantcast
Channel: Using vim to force edit a file when you opened without permissions - Super User
Viewing all articles
Browse latest Browse all 5

Answer by Jonathan Ben-Avraham for Using vim to force edit a file when you opened without permissions

$
0
0

Another possibility, for the case in which you do not have sudo privileges, is to use :w /somewhere/where/i/have/permissions/foo.txt, and then deal with the permissions issue later, as per Ryan Fox.


Viewing all articles
Browse latest Browse all 5

Trending Articles