在一台LINUX服务器上用ssh登陆另外一台服务器,如何切换回来呢

grace_redhat
在一台LINUX服务器上用ssh登陆另外一台服务器,如何切换回来呢

在一台LINUX服务器上用ssh登陆另外一台LINUX服务器,如何切换回来呢

cuci
退出登陆就ok

萍水e相逢
[quote]原帖由 [i]cuci[/i] 于 2008-8-30 16:06 发表 [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=6727472&ptid=1028702][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url]
退出登陆就ok [/quote]


//nod

exit

grace_redhat
//nod ??有这样的命令吗??
直接用exit是不行的饿

chenyx
exit:mrgreen:

grace_redhat
我的EXIT怎么退不出来 :em12: :em12: :em12:

cuci
ctrl+D同样的效果,退不出来也得有现象

bigarade
exit

绝对能退出来

萍水e相逢
[quote]原帖由 [i]grace_redhat[/i] 于 2008-8-30 16:22 发表 [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=6727496&ptid=1028702][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url]
我的EXIT怎么退不出来 :em12: :em12: :em12: [/quote]


它  耍赖,那就没有办法了!

vermouth
实在不行就把自己的登陆进程 杀掉

萍水e相逢
[quote]原帖由 [i]vermouth[/i] 于 2008-8-30 17:41 发表 [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=6727596&ptid=1028702][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url]
实在不行就把自己的登陆进程 杀掉 [/quote]

呵呵

有时只能如此了!

窗口 a出问题的,没有任何响应

打开窗口 b,找到 a 的 进程,kill !

[[i] 本帖最后由 萍水e相逢 于 2008-8-30 18:07 编辑 [/i]]

飞哥2005
en对 杀进程最好。。。。。。。。。。。。

javasuncom
没遇到过无法退出的情况,一般就exit,回到原主机!!

micheas.liao
.bash_logout写了什么?