From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Staniewicz To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001228092641.3BAE0199F0@mail.cse.psu.edu> Subject: [9fans] stopping sleep and aux/listen Date: Thu, 28 Dec 2000 10:23:15 -0500 Topicbox-Message-UUID: 3e031348-eac9-11e9-9e20-41e7f4b1d025 In order to keep the connection to my ISP alive, I start ftpfs and run the following: while (){ lc /n/ftp >> templog sleep 300 }& After I disconnect from my ISP I would like to "kill" this. How do I do it? Kill and slay don't seem to work the way I normally use them. Also, I start 'aux/listen tcp' after being logged on to my ISP. How do I stop this when I disconnect? Bill