Re: Absolute Beginner Question - Running Unix Application

From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 03/28/04


Date: Sun, 28 Mar 2004 04:06:02 GMT

On 27 Mar 2004 19:13:17 -0800, Frogman <rf3@rocketmail.com> wrote:
>
>
> Hi,
>
> I have an application that when executed at a unix prompt does not
> return a prompt. How to I run it so that it returns the prompt and
> allows me to exit the telnet session and the application still running
> in the server?
>
> Thanks,
>
> -RF

You could try putting the application in the background:

$ command &

then

$ fg

to bring it to the foreground if necessary.

Then there's the telnet escape character ^[ (default) which
returns telnet to command mode, which might help.

Check out man telnet.

AC



Relevant Pages

  • Re: Net::Telnet - Library Application
    ... is my program signing out of the telnet session.. ... sub SetVal ... if (defined $tln) ... TlNet_ClearScreen ('cls', $prompt, 2); ...
    (comp.lang.perl.misc)
  • Re: Net::Telnet - Library Application
    ... I am trying to write a script that will access an automated library system via telnet and basically mimic what the company that sold us the system did in VB. ... sub SetVal ... if (defined $tln) ... TlNet_ClearScreen ('cls', $prompt, 2); ...
    (comp.lang.perl.misc)
  • Re: Sun xterm wont disable echo via ANSI ESC Seq
    ... I then prompt for a password. ... - all will enable me to turnechooff for the password ... How do I establish a tty? ... It must be easy since telnet, ftp clients all have to do this -- ...
    (comp.unix.solaris)
  • Re: Blocked Domain?
    ... You'll then want to telnet into the ... Log onto the Exchange server. ... we'll check DNS and get their mailserver address. ... Open a command/MSDOS prompt ...
    (microsoft.public.exchange.admin)
  • Re: Blocked Domain?
    ... You'll then want to telnet into the ... Log onto the Exchange server. ... we'll check DNS and get their mailserver address. ... Open a command/MSDOS prompt ...
    (microsoft.public.exchange.misc)