[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Stopping tail -f
- Subject: RE: [cobalt-users] Stopping tail -f
- From: flash22@xxxxxxx
- Date: Thu Aug 2 09:35:58 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 2 Aug 2001, Dom Latter wrote:
> > That closes most running programs aside from ftp, telnet, and man.
>
> I'll bite. How do you quit a telnet session if the machine you're
> telnetting to doesn't play ball? I've got some hardware here that
> won't let you log out; Ctrl-Z or Ctrl-C don't work either. I have
> to close my Ewan window.
Um, when you connect via telnet, the first thing it tells you is what char
to use to disconnect....
telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
The ^] is ctrl+] , and it's the magic character....it changes because you
can telnet out to yet another machine, so that machine will give you some
different character to use.....
isn't unix clever ;0
gsh