分享

打开Vi编辑器出现E325: ATTENTION的解决方法

 魏正钦的图书馆 2015-05-24

当打开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 ID: 1934
While opening file "/etc/profile"
dated: Thu Apr 29 20:18:30 2010
(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 /etc/profile"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file "/etc/.profile.swp"
to avoid this message.
"/etc/profile" 28 lines, 497 characters
Press ENTER or type command to continue
E325: ATTENTIONFound 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 ID: 1934While opening file "/etc/profile"            dated: Thu Apr 29 20:18:30 2010 (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 /etc/profile"    to recover the changes (see ":help recovery").    If you did this already, delete the swap file "/etc/.profile.swp"    to avoid this message."/etc/profile" 28 lines, 497 charactersPress ENTER or type command to continue  
我们按回车进入vi编辑器输入:q!退出vi编辑器,在终端输入rm -f /etc/.profile.swp回车,再一次进入vi编辑器发现以前的提示消失。

===================

总结一下:可以分2部简单的操作:(1)ls -a 列举所有的内容 (2)rm对应的.swp文件。

Linux下Vi替换字符命令操作实例 http://www./Linux/2014-07/104649.htm

Vi语法高亮设置 http://www./Linux/2014-10/108500.htm

Linux下Vi编辑器的使用介绍 http://www./Linux/2014-10/108501.htm

Linux下Vi替换字符命令操作实例 http://www./Linux/2014-07/104649.htm

更多Vi请参考:http://www./search.aspx?where=nkey&keyword=104

本文永久更新链接地址http://www./Linux/2014-11/109165.htm


    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多