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

Posted 一只猫的旅行

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu问题:E45: 'readonly' option is set (add ! to 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)错误解决的主要内容,如果未能解决你的问题,请参考以下文章

vim常用命令

ubuntu 文件readonly的问题: W10: Warning: Changing a readonly file 解决办法

在vue.js;用true或false的textarea属性'readonly'切换是没用的;

Python3 Tkinter基础 Entry state='readonly' 不可写入的输入框,但是可以选中与拷贝

vue3手写readonly深只读

redis.clients.jedis.exceptions.JedisDataException :READONLY You can't write