Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: telnet: how to get a process to stay alive after disco
- To: tlug@example.com
- Subject: Re: tlug: telnet: how to get a process to stay alive after disco
- From: Stuart Luppescu <s-luppescu@example.com>
- Date: Sun, 28 May 2000 13:03:00 -0500 (CDT)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <20000526031725.CDE0B15737@example.com>
- Organization: University of Chicago
- Reply-To: tlug@example.com
- Sender: owner-tlug
On 26-May-2000 shimpei@example.com wrote: >> I want to get a process started via telnet and have it finish on its own >> after I have disconnected and just collect the error messages. How do I >> do that? > Use nohup. > > bash: > nohup myprog > errorlog 2>&1 & > > zsh: > nohup myprog >& errorlog 2>&1 & > disown %1 > > tcsh: > nohup myprog >& errorlog & > > The error messages get deposited in the errorlog file. The problem with nohup is that it requires some forethought in that you start the program with it. If you've already started the program (without nohup) and it still hasn't finished by the time you need to logout, use disown (only with bash). Disown will make the owner of the process init instead of the shell you started it in. ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago ºÍʸ ¤ÈÃÒÆàÈþ¤ÎÉã(EUC) -=-=- s-luppescu@example.com http://www.consortium-chicago.org/people/sl/sl.html ICQ #21172047 AIM: psycho7070 Computer programmers never die, they just get lost in the processing. >> Sent on 28-May-2000 at 12:59:50 with xfmail -------------------------------------------------------------------- Next Nomikai Meeting: June 16 (Fri), 19:00 Tengu TokyoEkiMae Next Technical Meeting: July 8 (Sat) 13:30 Topic: TBA -------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: telnet: how to get a process to stay alive after disco
- From: Shimpei Yamashita <shimpei@example.com>
- References:
- Re: tlug: telnet: how to get a process to stay alive after disconnecting?
- From: shimpei@example.com
Home | Main Index | Thread Index
- Prev by Date: tlug: Fighting with Real Player
- Next by Date: Re: tlug: telnet: how to get a process to stay alive after disco
- Prev by thread: Re: tlug: telnet: how to get a process to stay alive after disconnecting?
- Next by thread: Re: tlug: telnet: how to get a process to stay alive after disco
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links