Published
- 1 min read
vim save read only file
The solution for this is noted below
vim save read only file
Solution
:w !sudo tee % >/dev/null
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
:w !sudo tee % >/dev/null
Try other methods by searching on the site. That is if this doesn’t work