| Subject: Re: nohup seti on RH Linux |
| From: "UC" <UC@gmail.com> |
| Date: 13/11/2004, 02:11 |
"Martin 53N 1W" <ml_news@ddnospamddml1dd.co.uk.dd> wrote in message
news:_wcld.217$ri7.180@newsfe5-win.ntli.net...
UC wrote:
[...]
I don't have KDE installed on the computer. Running just command line.
Was thinking I could run it like: nohup setiathome /dev/nul & > 1
Something like that if it's possible.
You could try:
cd "whatever you dir is for setiathome"
nohup ./setiathome >setiathome.log 2>&1 &
This sends all text messages to "setiathome.log" and the final "&" runs
the job as a background task.
You can look at the text output file with "more" or "less" or "tail" or
others. With linux you get lots of choice.
I monitor the output with "tail -f setiathome.log".
Use "man tail" for further details.
The first time you run it, you'll need the attach option. There's also
utilities to monitor the state file and progress.
Good luck,
Martin
Thank you so much. That's what I was looking for.
--
---------- OS? What's that?!
- Martin - To most people, "Operating System" is unknown & strange.
- 53N 1W - Mandrake 10.0.1 GNU Linux - An OS for Supercomputers & PCs
---------- http://www.mandrakelinux.com/en-gb/concept.php3