问题:
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文件

本文详细介绍了在使用Vim编辑器时遇到Swap文件冲突的问题及解决步骤。当尝试打开已由另一个Vim实例修改过的文件时,会收到警告提示。文章提供了具体的解决方案,包括进入文件所在目录、查看所有文件(包括隐藏文件),并指导如何安全地删除或恢复Swap文件。
2332

被折叠的 条评论
为什么被折叠?



