| > > what is the recommended way of stopping a
> background
> > job?>
> Err, in foreground, the ^C key if the best one. In
> background, first pause the mirror as described
> later, and then use "kill <pid>" (not kill -9) to
> let httrack know that you want to exit. Then, erase
> the hts-paused.lock file.
Does httrack store the pid somewhere, or would I have to get the pid at the
time of invoking httrack (some backgroud: I'm thinking of how to start/stop an
httrack job from a Perl script).
Thanks. | |