Swap file ".nginx.conf.swp" already exists!問題


問題:

E325: ATTENTION
Found a swap file by the name ".nginx.conf.swp"
          owned by: root   dated: Sat Aug 15 06:38:55 2020
         file name: /etc/nginx/nginx.conf
          modified: YES
         user name: root   host name: image.meiduo.site
        process ID: 3756
While opening file "nginx.conf"
             dated: Thu Oct  3 13:15:21 2019

(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 nginx.conf"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file ".nginx.conf.swp"
    to avoid this message.

Swap file ".nginx.conf.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:

解決方法:

# 第一步:進入目錄
cd 文件目錄
# 第二步:參看所有文件,包括隱藏文件
ll -a

第三步:刪除.nginx.conf.swp文件

 


免責聲明!

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



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