To schedule a process?
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)? -- Regards, Kashish
On Sun, Feb 27, 2011 at 3:16 PM, kashish bhatia <koolest77@gmail.com> 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)?
"man 8 cron"
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
Hi Kashish, This is not an kernel question,so next time don't put these type of question on kernel mailing list. Thanks Sanjeev On Sun, Feb 27, 2011 at 8:46 PM, kashish bhatia <koolest77@gmail.com> wrote:
Suppose if I wrote a simpl, 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)?
-- Regards, Kashish
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi Sanjeev, On Mon, Feb 28, 2011 at 9:21 PM, sanjeev sharma <sanjeevsharmaengg@gmail.com> wrote:
Hi Kashish,
This is not an kernel question,so next time don't put these type of question on kernel mailing list.
Well if you don't whether its kernel related or not, it's kind of hard to decide if it belongs on the kernel newbies list. Sure you know - since you know the answer. The OP obviously didn't know. So lighten up - this is after all a newbies list. One of my favorite sayings: "There are no such things as stupid questions - only stupid answers". Dave Hylands
On Tue, Mar 1, 2011 at 12:35, Dave Hylands <dhylands@gmail.com> wrote:
Hi Sanjeev,
On Mon, Feb 28, 2011 at 9:21 PM, sanjeev sharma <sanjeevsharmaengg@gmail.com> wrote:
Hi Kashish,
This is not an kernel question,so next time don't put these type of question on kernel mailing list.
Well if you don't whether its kernel related or not, it's kind of hard to decide if it belongs on the kernel newbies list.
in this case, the original poster should made it clear, in which way he/she wants this thing done. So, I disagree it's about "know" or "doesn't know". If he/she asks, he/she surely know something.... after all, he/she is 100% aware what kernelnewbies is when he/she subscribed to this list, right? After all, what Sanjeev said is still polite. He doesn't bark or yell...just informing. Which one is polite anyway, ignoring (then the poster doesn't realize his/her mistake) or tell him/her that he/she is wrong in polite manner? I pick the second.... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Mon, Feb 28, 2011 at 10:03 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Tue, Mar 1, 2011 at 12:35, Dave Hylands <dhylands@gmail.com> wrote:
Hi Sanjeev,
On Mon, Feb 28, 2011 at 9:21 PM, sanjeev sharma <sanjeevsharmaengg@gmail.com> wrote:
Hi Kashish,
This is not an kernel question,so next time don't put these type of question on kernel mailing list.
Well if you don't whether its kernel related or not, it's kind of hard to decide if it belongs on the kernel newbies list.
in this case, the original poster should made it clear, in which way he/she wants this thing done. So, I disagree it's about "know" or "doesn't know". If he/she asks, he/she surely know something.... after all, he/she is 100% aware what kernelnewbies is when he/she subscribed to this list, right?
After all, what Sanjeev said is still polite. He doesn't bark or yell...just informing. Which one is polite anyway, ignoring (then the poster doesn't realize his/her mistake) or tell him/her that he/she is wrong in polite manner? I pick the second....
This has been discussed multiple times :-), and I'm sure we all are fine with stupid/basic questions as long as they are backed up by the proper homework (and google search). -- Thanks - Manish
Hi All, I am agree that these question come across so many times and that's why Anuz has written some Kernel newbies Guidelines. So people should read these guidelines first. Thanks Sanjeev Sharma On Tue, Mar 1, 2011 at 11:39 AM, Manish Katiyar <mkatiyar@gmail.com> wrote:
On Mon, Feb 28, 2011 at 10:03 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Tue, Mar 1, 2011 at 12:35, Dave Hylands <dhylands@gmail.com> wrote:
Hi Sanjeev,
On Mon, Feb 28, 2011 at 9:21 PM, sanjeev sharma <sanjeevsharmaengg@gmail.com> wrote:
Hi Kashish,
This is not an kernel question,so next time don't put these type of question on kernel mailing list.
Well if you don't whether its kernel related or not, it's kind of hard to decide if it belongs on the kernel newbies list.
in this case, the original poster should made it clear, in which way he/she wants this thing done. So, I disagree it's about "know" or "doesn't know". If he/she asks, he/she surely know something.... after all, he/she is 100% aware what kernelnewbies is when he/she subscribed to this list, right?
After all, what Sanjeev said is still polite. He doesn't bark or yell...just informing. Which one is polite anyway, ignoring (then the poster doesn't realize his/her mistake) or tell him/her that he/she is wrong in polite manner? I pick the second....
This has been discussed multiple times :-), and I'm sure we all are fine with stupid/basic questions as long as they are backed up by the proper homework (and google search).
-- Thanks - Manish
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (7)
-
Anuz Pratap Singh Tomar -
Dave Hylands -
Josh Cartwright -
kashish bhatia -
Manish Katiyar -
Mulyadi Santosa -
sanjeev sharma