Linux Found a swap file by the name filename


在Linux中使用vi命令編輯mysql_backup.sh時遇到下面提示信息

E325: ATTENTION
Found a swap file by the name ".mysql_backup.sh.swp"
          owned by: root   dated: Sat Apr 23 23:58:28 2016
         file name: /mnt/resource/mysql_backup/mysql_backup.sh
          modified: YES
         user name: root   host name: xxxxxx
        process ID: 1998
While opening file "mysql_backup.sh"
             dated: Sun Apr 24 09:33:18 2016
      NEWER than swap file!
 
(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 mysql_backup.sh"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file ".mysql_backup.sh.swp"
    to avoid this message.
"mysql_backup.sh" [converted] 151L, 4213C

clip_image001

 

出現這個問題是因為正在編輯mysql_backup.sh時,VPN斷開了,等重新連接上去就出現了這個現象。使用ls -a就能在文件當前目錄能看到一個名為.mysql_backup.sh.swp的隱藏文件,使用rm .mysql_backup.sh.swp直接刪除后即可解決這個問題。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM