在Linux中使用vi命令编辑文件时遇到下面提示信息
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
出现这个问题是因为正在编辑mysql_backup.sh时,VPN断开了,等重新连接上去就出现了这个现象。使用ls -a就能在文件当前目录能看到一个名为.mysql_backup.sh.swp的隐藏文件,使用rm .mysql_backup.sh.swp直接删除后即可解决这个问题。
相关推荐
farwang 2020-11-25
星愿心愿 2020-11-24
tianhuak 2020-11-24
zhjn0 2020-11-24
昭君出塞 2020-11-23
bluecarrot 2020-11-23
linuxwcj 2020-10-21
以梦为马不负韶华 2020-10-20
彼岸随笔 2020-10-20
yutou0 2020-10-17
applecarelte 2020-10-16
ourtimes 2020-10-16
waterhorse 2020-09-19
MRFENGG 2020-11-11
rainandtear 2020-10-30
kyssfanhui 2020-10-20
liuhangtiant 2020-10-20