码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu问题:E45: 'readonly' option is set (add ! to override)错误解决

时间:2017-10-05 20:55:23      阅读:1124      评论:0      收藏:0      [点我收藏+]

标签:style   file   comm   dir   题解   command   ubuntu   mil   override   

问题描述:E45: ‘readonly‘ option is set (add ! to override)

问题分析:该错误为当前用户没有权限对文件作修改

问题解决:

输入

 

:w !sudo tee %
  • :w – write
  • !sudo – call shell sudo command
  • tee – the output of write (:w) command is redirected using tee
  • % – current file name

Ubuntu问题:E45: 'readonly' option is set (add ! to override)错误解决

标签:style   file   comm   dir   题解   command   ubuntu   mil   override   

原文地址:http://www.cnblogs.com/haimishasha/p/7629935.html

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