Re: Automatic way of terminating a program
From: Jorge Fábregas (fabregasj_at_prtc.net)
Date: 11/01/05
- Previous message: Paul Smith: "Automatic way of terminating a program"
- In reply to: Paul Smith: "Automatic way of terminating a program"
- Next in thread: Rick Stevens: "Re: Automatic way of terminating a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: fedora-list@redhat.com Date: Mon, 31 Oct 2005 19:52:49 -0400
On Monday 31 October 2005 7:37 pm, Paul Smith wrote:
> Is there some automatic way of terminating a program at a previously
> specified time?
You can use the "at" command if it's going to be for something specific (not
periodically):
Try:
at 4:10pm <ENTER>
kill -15 `pidof myProcessName` <ENTER>
<CTRL-D>
You can specify as many commands you want after the "at" invocation and end it
with a end-of-line (here invoked with CTRL-D). There are many ways to invoke
the "at" command. Read the man page or google for it.
HTH,
Jorge
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Paul Smith: "Automatic way of terminating a program"
- In reply to: Paul Smith: "Automatic way of terminating a program"
- Next in thread: Rick Stevens: "Re: Automatic way of terminating a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|