Calling a program to foreground

David L Norris dave at webaugur.com
Thu Nov 4 08:18:29 UTC 2004


On Thu, 2004-11-04 at 09:48 +0530, Parameshwara Bhat wrote:
> 1. I have invoked wget to recursively download a web directory in the 
> background. I would like to see from time time what & how it is doing.
> Is it possible to call it to foreground,check and resend it to 
> background again ?

If you close the terminal while wget is running then wget essentially
becomes a daemon.  As far as I know you can't reattach it to another
terminal.  When detached from a terminal wget redirects output to a
wget-log file.

I know of two options:
  1) start wget from within a screen.  see "man screen" for usage.
  2) "tail -f wget-log" to follow the log file on a new terminal.

-- 
 David Norris
  http://www.webaugur.com/dave/
  ICQ - 412039
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20041104/6e0ff0df/attachment-0002.bin 


More information about the users mailing list