From mboxrd@z Thu Jan 1 00:00:00 1970 From: joshc@linux.com (Josh Cartwright) Date: Sun, 27 Feb 2011 09:46:11 -0600 Subject: To schedule a process? In-Reply-To: References: Message-ID: <20110227154611.GA28577@kryptos.austin.rr.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Sun, Feb 27, 2011 at 07:16:31AM -0800, kashish bhatia wrote: > Suppose if I wrote a simple c program but I want to execute this program > everyday at a > specific time ( say at 12 p.m) . > > > Is there any command by which I can schedule the execution of any > process(a.out in this case)? This really isn't a question meant for kernelnewbies, but regardless 'cron' is the tool you are looking for. There are several implementations out there; google should point you in the right direction. -- joshc