QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 649|回复: 10

vi命令的疑问

[复制链接]
发表于 2004-12-1 11:18:13 | 显示全部楼层 |阅读模式
今天也不知道动了什么键,用vi打开每一个文件的时候都先出现:
swap file by the name "/etc/xinetd.d/.telnet.swp"

          owned by: root   dated: Wed Dec  1 09:58:13 2004

         file name: /etc/xinetd.d/telnet

          modified: no

         user name: root   host name: RH9

        process ID: 1995

While opening file "/etc/xinetd.d/telnet"

             dated: Wed Dec  1 09:30:31 2004



(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 crashe
d.

    If this is the case, use ":recover" or "vim -r /etc/xinetd.d/telnet"

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

    If you did this already, delete the swap file "/etc/xinetd.d/.telnet.swp"

    to avoid this message.



Swap file "/etc/xinetd.d/.telnet.swp" already exists!

[O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (D)elete it::

非得先选一个才可以,以前也遇到过这样的问题,可忘了怎么解决了……
大家给提个醒吧
发表于 2004-12-1 11:52:41 | 显示全部楼层
属于写-写互斥的原因,其他的应用程序也在编辑同一个文件

swap file by the name "/etc/xinetd.d/.telnet.swp"是不是河豚宝宝的telnet造成的呢
回复

使用道具 举报

 楼主| 发表于 2004-12-1 12:34:56 | 显示全部楼层
上次在编辑telnet文件的时候突然断电了,还没来及保存……等再编辑它的时候就这样了……
有办法解决吗?
回复

使用道具 举报

发表于 2004-12-1 12:38:46 | 显示全部楼层
把那个swap交换文件删了
回复

使用道具 举报

 楼主| 发表于 2004-12-1 12:42:39 | 显示全部楼层
troll哥哥,告诉宝宝这种swap交换文件怎么删除?用什么命令呀,另外,在那里能看到他们呢?
回复

使用道具 举报

发表于 2004-12-1 12:43:24 | 显示全部楼层
rm -i /etc/xinetd.d/.telnet.swp
回复

使用道具 举报

 楼主| 发表于 2004-12-1 12:49:05 | 显示全部楼层
troll哥哥回的好快呀,宝宝的问题又来了:
是不是在编辑每一个文件的时候都会在同一个目录下生成一个.XXXX.swp文件呀
文件名前面又个“.”是不是就属于隐藏文件呢?需要用
ls -a 命令查看的?
回复

使用道具 举报

发表于 2004-12-1 13:02:10 | 显示全部楼层
vi是这样的,便于碰到意外就象断电可以恢复,用-n参数可以强制不用swap文件。
回复

使用道具 举报

发表于 2004-12-1 13:37:56 | 显示全部楼层
删除掉这个文件:/etc/xinetd.d/.telnet.swp
回复

使用道具 举报

发表于 2004-12-1 13:57:24 | 显示全部楼层
准确的说只要是vi一系的,都有这样的机制。
像vim,gvim之类的程序也有这样的交换文件。
回复

使用道具 举报

 楼主| 发表于 2004-12-2 12:54:27 | 显示全部楼层
   明白喽~~!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-14 10:49 , Processed in 0.040451 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表