program kill

Chuck Swiger cswiger at mac.com
Fri Jan 12 17:51:25 UTC 2007


On Jan 12, 2007, at 9:05 AM, Arseny Solokha wrote:
> How can I kill the program at the defined time? For example, I need to
> kill mpg321 at 21.00 if it works.

Set up a cron job to run "pkill mpg321" at the appropriate time, or  
use an "at" job if this is a one-shot deal.

-- 
-Chuck



More information about the freebsd-questions mailing list