September 14, 2023

Error E212: Can’t open file for writing” in Vim

To save that file run:

:w !sudo tee % > /dev/null

File is saved.

To quit:

:q!

Next time you edit a config file run:

$ sudo vi file

Also, remember Vim has a builtin help system. Running :h E212 will show:

For some reason the file you are writing to cannot be created or overwritten. The reason could be that you do not have permission to write in the directory or the file name is not valid.


personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki vim

No affiliate links, no analytics, no tracking, no cookies. © 2016-2023 yctct.com. Content is licensed under CC BY-NC-SA 4.0 .