vim cant open file for writing code example
Example 1: vim cant open file for writing
#close file using following command. This will request for account password
:w !sudo tee %
Example 2: vim command to open a file
vim filename
i
*Insert/Edit Text*
*Esc*
:wq (save the file and exit to commands)