Ubuntu 儲存檔案時報E212

2022-06-13 16:00:12 字數 486 閱讀 8845

命令輸入: 

vim test/conf.conf
出現如下報錯:

步驟一

沒有足夠的許可權!使用如下**嘗試:

:w !sudo

tee % > /dev/null

如果步驟一沒有解決問題,嘗試步驟二:

步驟二

檢查路徑中的資料夾是否存在,不存在的需要手動建立。

此例中test資料夾並不存在,所以需要建立test資料夾。

分析這個檔案無法寫入,是因為檔案路徑不存在

例如,etc目錄下沒有test資料夾 使用命令vim /etc/test/test.conf 編輯檔案後,嘗試使用  :wq  儲存檔案

所以為了解決這個問題我們應該先在etc目錄下建立test資料夾,然後使用vim /etc/test/conf.conf建立檔案,再儲存。

Ubuntu使用gedit時報waring

gedit 1953 gtk warning attempting to store changes into root local share recently used.xbel but failed 建立檔案 root local share recently used.xbel.kayl7v...

Ubuntu使用gedit時報waring

gedit 1953 gtk warning attempting to store changes into root local share recently used.xbel but failed 建立檔案 root local share recently used.xbel.kayl7v...

Yii 關閉debug儲存資料時報錯

今天將 上傳到伺服器之後測試之後發現一切正常,然後關閉debug再次測試時出現報錯如下錯誤 yii base unknownpropertyexception getting unknown property front modules invoice models orderrecord invo...