Re: Absolute Beginner Question - Running Unix Application

From: Sean Burke (foobar_at_mystery.org)
Date: 03/28/04

  • Next message: nospam55: "a2ps header: starting page numbers with 55"
    Date: Sun, 28 Mar 2004 06:35:03 GMT
    
    

    rf3@rocketmail.com (Frogman) writes:

    > 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?

    $ nohup myapp &
    $ exit

    You might want to 'man nohup' to learn a little more,
    like where the screen output from your program will
    end up.

    -SEan


  • Next message: nospam55: "a2ps header: starting page numbers with 55"

    Relevant Pages