<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.1">
</HEAD>
<BODY>
I'm wondering how I can run a program from a telnet/ssh session and still have it running after I log off the session.
<BR>

<BR>
e.g.&nbsp; When I run the following command, it stops as soon as I log out.
<BR>
tree -d /usr &gt; junk &amp;
<BR>
Same with this one.
<BR>
lynx -dump some_50M_file_on_the_net &gt; my_file &amp;
<BR>

<BR>
So how can I keep something running after I log out?
<BR>

<BR>
Thanks
<BR>
Chris Frederick
</BODY>
</HTML>