LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   using crontab (https://www.linuxquestions.org/questions/linux-newbie-8/using-crontab-637208/)

jkeertir 04-23-2008 12:53 AM

using crontab
 
Dear ALL,

Can anyone tell me how to schedule a task to run only on a perticular time and date and month ?

10 10 10 10 * mkdir /k

Will this task run everyday as the 5th * is for everyday.


How can i delete a single task from the crontab list?


Please help me to solve this issue.

With Regards,
Keerti

Tinkster 04-23-2008 01:45 AM

10:10 on October 10th, no matter what day of the week it is

man 5 crontab



Cheers,
Tink

uncle_philip 04-23-2008 02:13 AM

no, it should be
minute hour date month day "your command"
minute hour * * 0-6 "your command"

> crontab -u login-name -l
to find out any job under your name.

normally crob job save under here,
> /var/spool/cron/login-name

chrism01 04-23-2008 06:41 PM

Here's a really good explanation: http://www.adminschoice.com/docs/cro...Crontab%20file


All times are GMT -5. The time now is 12:24 AM.