|
10-30-2005, 06:05 PM | #1 |
Orange Mole
Join Date: Aug 2005
Posts: 44
|
How To stop spider by shell command ?
How To stop spider by shell command ?
How to know if there is spider that is crawling in memory, using shell command ? Is it possible to put on the spider whit putty shell software, and close putty ? Or when I close putty the spider stop ? Thank you Noël |
11-01-2005, 05:04 PM | #2 | ||
Head Mole
Join Date: May 2003
Posts: 2,539
|
Quote:
Quote:
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
||
11-02-2005, 11:45 AM | #3 |
Orange Mole
Join Date: Aug 2005
Posts: 44
|
Hi Charter, Thank you for your replies
For the first it is OK, but for the second answer if I put & at the end of the line commande, putty gives the hand immediately but if I close putty it stops the spider ;( |
11-02-2005, 12:24 PM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Use nohup in front and & in back:
Code:
nohup command & Code:
nohup php -f spider.php links.txt > log.txt &
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
11-03-2005, 02:06 PM | #5 |
Orange Mole
Join Date: Aug 2005
Posts: 44
|
that is fine thank you
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Spider.php in shell don't work | TikkY | Troubleshooting | 1 | 03-25-2006 07:02 PM |
Can I make the spider stop and start on a dime? | dewed | How-to Forum | 0 | 11-25-2005 12:54 PM |
Shell command no indexing | noel | Troubleshooting | 3 | 10-27-2005 11:22 AM |
auto indexing without shell command | takpoli | How-to Forum | 1 | 04-29-2004 08:26 AM |
Fixing spider.php, protecting from locking site after timeout or users stop | Konstantine | Mod Submissions | 3 | 04-09-2004 01:37 PM |