错误说明
是非正常退出了vim,导致的错误
错误展示
E325: ATTENTION
Found a swap file by the name "~/.local/share/nvim/swap//%home%linux%lesson9%myproc.cc.swp"owned by: file name: modified:user name: process ID: 7634 (STILL RUNNING)
…
错误信息
Found a swap file by the name Another program may be editing the same file. If this is the case... An edit session for this file crashed [O]pen Read-Only, (E)dit anyway, (R)ecover,(Q)uit,(A)bort 发现交换文件 .swp 原因解释
1、当一个文本文件有其他…
当用Vim编辑一个文件时出现下列错误 [rootzabbix ~]# vim /usr/local/msmtp/etc/msmtprc E325: ATTENTION Found a swap file by the name "/usr/local/msmtp/etc/.msmtprc.swp" owned by: root dated: Thu May 22 15:47:09 2014 file name: /usr/local/msmtp/etc/m…
当打开Vi编辑器时出现以下的提示时不要着急 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 I…
用Vim编辑文件时出现E325: ATTENTION错误的解决方法 当用Vim编辑一个文件时出现下列错误 [rootzabbix ~]# vim /usr/local/msmtp/etc/msmtprc E325: ATTENTION Found a swap file by the name "/usr/local/msmtp/etc/.msmtprc.swp" owned by: root dated: Thu May 2…
Linux vi命令即vi编辑器,是 Linux/UNIX 环境下经典的编辑器。Linux vi 命令非常强大,可以使用它高效的编辑代码,配置系统文件等,运用非常广泛。但在Linux系统中打开vi编辑器时,不少朋友会提示E325: ATTENTION类的错误。…
编辑 vim 文件的时候异常退出,从而导致 E325: ATTENTION Found a swap file by the name “xxx” 的异常; 解决办法 因编辑的时候意外中断退出而导致同级的目录层级下生成了一个同名的文件; 首先,根据异常提示中找到对应的文件名称及所在路径 /var/tmp/hosts.swp (注:该名称及路…
E325: ATTENTION Found a swap file by the name ".bank.log.swp" owned by: root dated: Mon Mar 20 11:17:43 2023 file name: /home/logs/bank.log modified: YES user name: root host name: cloud_01 原因ÿ…