Linux Found a swap file by the name filename

末蓝、 2022-02-22 14:48 299阅读 0赞
  1. Found a swap file by the name ".diagnosis.py.swp"
  2. owned by: root dated: Tue Apr 9 07:03:35 2019
  3. file name: ~root/ifw_mw/app/firewall/sysconfig/diagnosis.py
  4. modified: YES
  5. user name: root host name: CY-IFW-IT
  6. process ID: 14779
  7. While opening file "diagnosis.py"
  8. dated: Tue Apr 9 06:22:13 2019
  9. (1) Another program may be editing the same file. If this is the case,
  10. be careful not to end up with two different instances of the same
  11. file when making changes. Quit, or continue with caution.
  12. (2) An edit session for this file crashed.
  13. If this is the case, use ":recover" or "vim -r diagnosis.py"
  14. to recover the changes (see ":help recovery").
  15. If you did this already, delete the swap file ".diagnosis.py.swp"
  16. to avoid this message.
  17. ```
  18. 使用
  19. ```python
  20. ls -la
  21. rm .diagnosis.py.swp

即可

发表评论

表情:
评论列表 (有 0 条评论,299人围观)

还没有评论,来说两句吧...

相关阅读