Found a swap file by the name “/etc/sysconfig/.iptables.swp”

vi /etc/sysconfig/iptables

E325: ATTENTION
Found a swap file by the name “/etc/sysconfig/.iptables.swp”
owned by: root dated: Mon Dec 3 15:34:50 2012
file name: /etc/sysconfig/iptables
modified: YES
user name: root host name:
process ID: 23460 (still running)
While opening file “/etc/sysconfig/iptables”
dated: Mon Dec 3 15:38:55 2012
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 /etc/sysconfig/iptables”
to recover the changes (see “:help recovery”).
If you did this already, delete the swap file “/etc/sysconfig/.iptables.swp”
to avoid this message.
vi는 파일을 열면 스왑 파일을 만듭니다. 편집을 종료되면 스왑 파일을 삭제하고요.
스왑 파일이 이미 존재하기 때문에 나오는 메시지인데요.
어떤 파일을 vi로 편집하려고 할 때 저런 메시지가 나오는 경우는 크게 2가지입니다.
1. 전에 편집하다가 vi가 비정상적으로 종료되어 스왑 파일이 남아있다.
2. 다른 세션에서 vi가 이미 그 파일을 편집하고 있다.

기존의 세션을 종료하던지 문제의 스왑 파일을 지워주면 저런 메시지는 나오지 않게 됩니다.
중요한 변경내용이 없었다면 rm /etc/sysconfig/.iptables.swp 하시면 스왑 파일이 지워집니다.