linux服务器上编辑 .ini 文件时卡死,关闭连接工具后重新进入操作该 .ini 文件时,会提示:

  E325: ATTENTION
  Found a swap file by the name ".xxx.ini.swp"

  (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 other.conf"

  to recover the changes (see ":help recovery").

  If you did this already, delete the swap file ".other.conf.swp"

  to avoid this message.

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

  解决方法:

  在文件所在目录下执行如下指令:

  ls -a

  查看当前目录下隐藏的文件,找到.xxx.ini.swap文件

  执行删除指令,删除该文件:

  rm -rf .xxx.ini.swap

  

  再次执行vim xxx.ini就不会有提示了。

最新文章

  1. 通过三次优化,我将gif加载优化了16.9%
  2. Caffe学习
  3. Struts.xml中Action的method与路径的三种匹配方法
  4. 【跟着子迟品 underscore】如何优雅地写一个『在数组中寻找指定元素』的方法
  5. iOS 调试问题汇总
  6. performSelector和respondsToSelector用法
  7. hdu 2099 整除的尾数
  8. rm -rf删除过多文件提示参数过长
  9. 对easyui datagrid组件的一个小改进
  10. HDU 1907 John(取火柴博弈2)
  11. esri-leaflet部分瓦片缺失问题及解决办法
  12. phpstudy升级mysql数据库
  13. [蓝桥杯]2017蓝桥省赛B组题目及详解
  14. Linux 添加到环境变量
  15. 信用评分卡 (part 5 of 7)
  16. java.lang.IllegalStateException: Cannot run without an instance id.
  17. Java内存泄漏定位
  18. Centos下堡垒机Jumpserver V3.0环境部署完整记录(2)-配置篇
  19. Idea下安装Lombok插件
  20. 分享 : 警惕MySQL运维陷阱:基于MyCat的伪分布式架构

热门文章

  1. Mandelbrot集合及其渲染
  2. 使用Spring Mail发送QQ邮件
  3. JavaScript This 的六道坎
  4. Head First设计模式 装饰者模式
  5. 前端form表单与css
  6. DevExpress ASP.NET v19.1版本亮点:Pivot Grid等控件
  7. k8sDaemonSet控制器
  8. Mybatis运用到的3种设计模式
  9. 从hive中读取数据推送到kafka
  10. jquery easyui 日历控件和文本框结合使用生成日期