精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

      Linux啟動vi編輯器提示E325: ATTENTION怎么辦

      時間: 孫勝652 分享

        Vi編輯器是Linux的文本編輯器,在Linux系統(tǒng)的運用非常廣泛,不少朋友在打開Vi編輯器的時候提示E325: ATTENTION錯誤,遇到這種情況該怎么辦嗎?下面學(xué)習(xí)啦小編就給大家介紹下Linux打開Vi編輯器時提示E325:ATTENTION的解決方法

        當(dāng)打開Vi編輯器時出現(xiàn)以下的提示時不要著急

        E325: ATTENTION

        Found a swap file by the name “/etc/.profile.swp”

        owned by: root dated: Wed Jul 14 10:01:10 2010

        file name: /etc/profile

        modified: YES

        user name: root host name: zhaoyang-laptop

        process ID: 1934

        While opening file “/etc/profile”

        dated: Thu Apr 29 20:18:30 2010

        (1) Another program may be editing the same file.

        If this is the case, be careful not to end up with two

        different instances of the same file when making changes.

        Quit, or continue with caution.

        (2) An edit session for this file crashed.

        If this is the case, use “:recover” or “vim -r /etc/profile”

        to recover the changes (see “:help recovery”)。

        If you did this already, delete the swap file “/etc/.profile.swp”

        to avoid this message.

        “/etc/profile” 28 lines, 497 characters

        Press ENTER or type command to continue

        E325: ATTENTIONFound a swap file by the name “/etc/.profile.swp” owned by: root dated: Wed Jul 14 10:01:10 2010 file name: /etc/profile modified: YES user name: root host name: zhaoyang-laptop process ID: 1934While opening file “/etc/profile” dated: Thu Apr 29 20:18:30 2010 (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use “:recover” or “vim -r /etc/profile” to recover the changes (see “:help recovery”)。 If you did this already, delete the swap file “/etc/.profile.swp” to avoid this message.“/etc/profile” 28 lines, 497 charactersPress ENTER or type command to continue

        我們按回車進(jìn)入vi編輯器輸入:q!退出vi編輯器,在終端輸入rm -f /etc/.profile.swp回車,再一次進(jìn)入vi編輯器發(fā)現(xiàn)以前的提示消失。

        上面就是Linux打開Vi編輯器時提示E325:ATTENTION錯誤解決的相關(guān)介紹了,當(dāng)你遇到這個問題的時候按照文中的步驟進(jìn)行處理,提示就能消失了。

      320736