码迷,mamicode.com
首页 > 其他好文 > 详细

“Can't open file for writing”或“operation not permitted”的解决办法

时间:2018-03-17 00:41:57      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:修改   超级   man   com   出现   type   div   and   lin   

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”的解决办法

标签:修改   超级   man   com   出现   type   div   and   lin   

原文地址:https://www.cnblogs.com/ainihaozhen/p/8586420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!