Linux:readonly option is set (add ! to override)錯誤
在使用vim修改完一些配置檔案時,當你退出時經常會出現’readonly’ option is set (add ! to override)的問題,通常有三種情況:
1、 該錯誤為當前使用者沒有許可權對檔案作修改,這種情況可以強制退出:q!,先取得root許可權後進行修改(root的許可權取得命令是:su root然後輸入你的登入密碼即可)
2、該檔案沒有正確儲存退出,正在開啟狀態,請別人關閉後再儲存
3 、 若該檔案所有人都關閉了,提示有的人沒有關閉,則刪除該檔案的臨時檔案則可以正常開啟、修改、儲存;有檔案未關閉的顯示:
步驟:
1、按Esc
2、輸入:set noreadonly
3、即可按正常途徑儲存:wq
相關推薦
Linux:readonly option is set (add ! to override)錯誤
在使用vim修改完一些配置檔案時,當你退出時經常會出現’readonly’ option is set (add ! to override)的問題,通常有三種情況: 1、 該錯誤為當前使用者沒有許可權對檔案作修改,這種情況可以強制退出:q!,先取得root許
Ubuntu問題:E45: 'readonly' option is set (add ! to override)錯誤解決
沒有 rec read 問題分析 解決 call pre 修改 dir 問題描述:E45: ‘readonly‘ option is set (add ! to override) 問題分析:該錯誤為當前用戶沒有權限對文件作修改 問題解決: 輸入 :w !sudo te
'readonly' option is set (add ! to override)
我在用VI編輯器儲存退出時遇到了這個問題。 這是因為編輯的檔案需要root許可權,而當前賬戶不是root賬戶。 可以通過執行 su root 然後輸入root的密碼,這裡要注意這個密碼是root賬戶的密碼不是當前賬戶的密碼。而且新系統root賬戶可能沒有密碼,
vi is failed with error "E382: Cannot write, 'buftype' option is set" in Linux
rom set ror ast style led not file ati 在linux下生成jar文件遇到了編碼問題,於是想vi t.jar,在保存是報錯:E382: Cannot write, ‘buftype‘ option is set 解決方法: 可以用下面的命
Mysql連接報錯:1130-host ... is not allowed to connect to this MySql server如何處理
nmp mage htm 庫服務器 strong 所在 conn bsp -1 這個問題是因為在數據庫服務器中的mysql數據庫中的user的表中沒有權限(也可以說沒有用戶),下面將記錄我遇到問題的過程及解決的方法。 在搭建完LNMP環境後用Navicate連接出錯
GIT:Deploy key is not allowed to push中的坑
在git命令: ssh-keygen -t rsa -C "郵箱地址" C:\Users\Administrator目錄下生成一個.ssh目錄 Id-rsa是你的私鑰,用筆記本方式開啟id_rsa.pub把裡面的公鑰複製到coding.net的賬戶下面的SSH公鑰下 注意:不是
Mysql連線錯誤:1130-host ... is not allowed to connect to this MySql server
授權 1.例如,你想myuser使用mypassword從任何主機連線到mysql伺服器的話。 GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; FLUSH&
mysql資料庫用ip地址連線時,報錯:1130-host . is not allowed to connect to this MySql server,MySQL
解決方法:授權法。 例如,你想myuser使用mypassword從任何主機連線到mysql伺服器的話。 GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT O
Red Hat的yum替換為CentOS7的yum(解決:This system is not registered to Red Hat Subscription Management)
導讀:在使用redhat7的yum命令安裝軟體時,發現總是提示This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 或
SVN版本問題:This client is too old to work with working copy
【問題描述】:MyEclipse外掛版本1.4,客戶端TortoiseSVN 1.6.6,用客戶端commit程式碼之後,無法在MyEclipse下對工程就行update等操作,提示錯誤資訊:This client is too old to work with worki
SVN:This client is too old to work with working copy…解決辦法
svn: This client is too old to work with working copy ; 由於svn工作拷貝目錄下都有個.svn目錄,裡面儲存著svn需要的一些版本資訊等,當客戶端軟體升級後,裡面的資訊也相應增加以支援更多的特性。比如如果你在終端下用1
Qt5.9.4+OpenGL除錯筆記:QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
最近專案開發需要用到qml,因為qml需要依賴OpenGL庫,所以重新配置相關環境。 一、開發環境 1.核心版本 [email protected]:~# uname -a Linux marsboard 4.1.15 #1 SMP PREEMPT Mon D
Maven:Non-resolvable parent POM: Failure to find錯誤
錯誤 col could not clas gen error fin person hot 使用Maven編譯項目時遇到如下錯誤: [ERROR] The project dfjr.generic:dfjr-generic:1.0-SNAPSHOT (F:\work
一個小錯誤: deprecated conversion from string constant to char*錯誤的修改
當我們將一個character pointer variable 初始化成一個string literal的時候, 就會出現此類錯誤。 在最新的C標準或者C++標準中, 使用如下語句, 無論使用gcc 或者g++命令, 都會報出上面的錯誤, 不能通過編譯: ch
No write since last change (add ! to override)
今天在centos6.5上修改apache配置檔案時,發現改完之後用命令q和wq和!w都不能退出來!上網一查才發現原來vi命令在直接用vi+enter進入檔案的時候這些命令退出不了, 解決方法:直接用
vim模式下報錯E37: No write since last change (add ! to override)
故障現象: 使用vim修改檔案報錯,系統提示如下: E37: No write since last change (add ! to override) 故障原因: 檔案為只讀檔案,無法修改。 解決辦法: 使用命令:w!強制存檔即可,在vim模式下,鍵入
opencms 安裝出現以下的問題:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).
var 錯誤 lease -s byte csdn oss mysq nts 一、問題 在安裝opencms是會出現例如以下錯誤: MySQL system variable ‘max_allowed_packet‘ is set to 1048576 Byte (1M
pom.xml報錯:web.xml is missing and <failOnMissingWebXml> is set to true
-i 成了 tro pom inf esc 方法 target targe 出現這個錯誤的原因是Maven不支持缺少web.xml的web項目 解決方法 添加Web模塊,對項目右鍵->Java EE Tools->Generate Deployment
Maven工程提示錯誤資訊:web.xml is missing and is set to true
先看下錯誤資訊提示:大概的意思就是建立的Web工程的web.xml檔案缺失,那麼很容易就可以想到兩種解決辦法: 1、將Maven工程預設需要web.xml這一配置改為false 2、在src/main/webapp/WEB-INF下建立一個web.xml檔案 1、將
錯誤:web.xml is missing and is set to true
錯誤:web.xml is missing and is set to true 這時候需要右擊專案——>Java EE Tools——>Generate Deployment Descriptor Stub.然後系統會在src/main/webapp/WEB_INF檔案加下