E325: ATTENTION Found a swap file by the name "/etc/.hosts.swp"

tags: pycharm  mac


prompt:

Found a swap file by the name "/etc/.hosts.swp"

There are a lot of mess:

So, just delete the files on it.

  1. sudo rm -f /etc/.hosts.swp 
Delete finished just fine

Intelligent Recommendation

Linux uses VI / VIM to open document / file error E325: Attention Found A swap file by the name

Key: Solution is: rm -rf. File name. File type suffix .swp Such as rm -r .mongod.conf.swp 1. For the same file, if the last time is opened, and not closed, it will appear as follows: This is because t...

On the Mac vi ~/.bash_profile error E325: ATTENTION Found a swap file by the name ".bash_profile.swp"

This error will be reported when you enter the source ~/.bash_profile setting to take effect immediately. This is no relationship: This is due to the abnormal exit when editing the file, because vim w...

E325 encountered when editing vim: ATTENTION Found a swap file by the name "./.backu.sh.swp" error code solution

This situation probably happened to you last edited script or other files, the way, for some reason, forced to kill the process, or forced to quit due. The reason: It may be because the last time when...

Vim editing encountered E325: ATTENTION Found a swap file by the name "./.backu.sh.swp" error code solution

When you encounter this error code, you will definitely see the following picture. Most of this happens when you last edited scripts or other files, for some reason, forced to kill the process, or for...

E325: ATTENTION Found a swap file by the name "./.backu.sh.swp" warning solution when editing vim/vi under Ubuntu

Vim/vi editor under Ubuntu encountered E325: ATTENTION warning prompt solution 1. Problem description Second, solve the problem Dingdu! Recently, I used Ubuntu for project learning. I stepped on a lot...

More Recommendation

Problem with git drop-down project: E325: ATTENTION Found a swap file by the name ".git/.COMMIT_EDITMSG.swp"

 I try to pull I get this message: Solution: you can use: $rm .git/.COMMIT_EDITMSG.swp to remove the file from the repository....

Git Commit - Amend appearance error: E325: Attention Found a swap file by the name ".git / .commit_EDitmsg.swp"

See the last prompt, switch directly to uppercase, then press D Or launch files on the command line...

javax.servlet.ServletException: File "/xml/hyperLinkList.jsp" not found

Given the information as follows:Brainstorming Later, I found the cause of the error: <jsp:include page="${pageContext.request.contextPath}/hyperLinkList.jsp "> </ jsp: include> ...

Swap file &amp;quot;/etc/sysconfig/.iptables.swp&amp;quot; already exists!

Using linux virtual machine, want to open some ports, there is a problem when opening iptables file Then, surfing the web found that it was becauseLinux multiple vim edits, if the same file was not sa...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top