linux使用vi命令修改一个文件内容的时候,发现无法保存,每次写完使用“:q!”命令可以正常退出但是使用":wq!"命令保存文件并退出时出现一下信息提示:
E212: Can‘t open file for writing Press ENTER or type command to continue
出现这个错误的原因可能有两个:
1.当前用户的权限不足,解决办法:sudo su切换到超级用户,然后在进行操作
2.此文件可能正被其他程序或用户使用。
“Can't open file for writing”或“operation not permitted”的解决办法
Posted 行测
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“Can't open file for writing”或“operation not permitted”的解决办法相关的知识,希望对你有一定的参考价值。
以上是关于“Can't open file for writing”或“operation not permitted”的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
linux操作提示:“Can't open file for writing”或“operation not permitted”的解决办法
Linux :: vi E212: Can't open file for writing
Linux下使用vi新建文件保存文件时遇到错误:E212: Can't open file for writing
E212: Can't open file for writing Press ENTER or type command to continue
vi编辑文件保存后,提示""vimrc" E212: Can't open file for writing Press ENTER or type comman