All of lore.kernel.org
 help / color / mirror / Atom feed
* To schedule a process?
@ 2011-02-27 15:16 kashish bhatia
  2011-02-27 15:25 ` Anuz Pratap Singh Tomar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: kashish bhatia @ 2011-02-27 15:16 UTC (permalink / raw)
  To: kernelnewbies

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110227/31214aa1/attachment.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-02-27 15:16 To schedule a process? kashish bhatia
@ 2011-02-27 15:25 ` Anuz Pratap Singh Tomar
  2011-02-27 15:46 ` Josh Cartwright
  2011-03-01  4:21 ` sanjeev sharma
  2 siblings, 0 replies; 8+ messages in thread
From: Anuz Pratap Singh Tomar @ 2011-02-27 15:25 UTC (permalink / raw)
  To: kernelnewbies

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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110227/949df230/attachment.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-02-27 15:16 To schedule a process? kashish bhatia
  2011-02-27 15:25 ` Anuz Pratap Singh Tomar
@ 2011-02-27 15:46 ` Josh Cartwright
  2011-03-01  4:21 ` sanjeev sharma
  2 siblings, 0 replies; 8+ messages in thread
From: Josh Cartwright @ 2011-02-27 15:46 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-02-27 15:16 To schedule a process? kashish bhatia
  2011-02-27 15:25 ` Anuz Pratap Singh Tomar
  2011-02-27 15:46 ` Josh Cartwright
@ 2011-03-01  4:21 ` sanjeev sharma
  2011-03-01  5:35   ` Dave Hylands
  2 siblings, 1 reply; 8+ messages in thread
From: sanjeev sharma @ 2011-03-01  4:21 UTC (permalink / raw)
  To: kernelnewbies

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 at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110301/d7275a0f/attachment.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-03-01  4:21 ` sanjeev sharma
@ 2011-03-01  5:35   ` Dave Hylands
  2011-03-01  6:03     ` Mulyadi Santosa
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Hylands @ 2011-03-01  5:35 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-03-01  5:35   ` Dave Hylands
@ 2011-03-01  6:03     ` Mulyadi Santosa
  2011-03-01  6:09       ` Manish Katiyar
  0 siblings, 1 reply; 8+ messages in thread
From: Mulyadi Santosa @ 2011-03-01  6:03 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-03-01  6:03     ` Mulyadi Santosa
@ 2011-03-01  6:09       ` Manish Katiyar
  2011-03-02 10:09         ` sanjeev sharma
  0 siblings, 1 reply; 8+ messages in thread
From: Manish Katiyar @ 2011-03-01  6:09 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* To schedule a process?
  2011-03-01  6:09       ` Manish Katiyar
@ 2011-03-02 10:09         ` sanjeev sharma
  0 siblings, 0 replies; 8+ messages in thread
From: sanjeev sharma @ 2011-03-02 10:09 UTC (permalink / raw)
  To: kernelnewbies

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 at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110302/df5f96bf/attachment-0001.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-02 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-27 15:16 To schedule a process? kashish bhatia
2011-02-27 15:25 ` Anuz Pratap Singh Tomar
2011-02-27 15:46 ` Josh Cartwright
2011-03-01  4:21 ` sanjeev sharma
2011-03-01  5:35   ` Dave Hylands
2011-03-01  6:03     ` Mulyadi Santosa
2011-03-01  6:09       ` Manish Katiyar
2011-03-02 10:09         ` sanjeev sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.