Re: About crontab

2000-12-16 Thread Philipp Schulte
On Thu, Dec 14, 2000 at 02:22:17PM +, uland wrote: > Hi, > I want to submit a job to crontab, and follow the "new" format > such as: > m h dom mon dow user command > 0 12 * * * someone /bin/somecommand > But it does not work for me. I find some message in syslog: > Dec 14 12:00:00 omega /U

Re: About crontab

2000-12-16 Thread Erik Steffl
uland wrote: > > Hi, > I want to submit a job to crontab, and follow the "new" format > such as: > m h dom mon dow user command > 0 12 * * * someone /bin/somecommand > But it does not work for me. I find some message in syslog: > Dec 14 12:00:00 omega /USR/SBIN/CRON[11215]: (someone) CMD > (so

Re: About crontab

2000-12-14 Thread David Z Maze
uland <[EMAIL PROTECTED]> writes: uland> I want to submit a job to crontab, and follow the "new" format uland> such as: uland> m h dom mon dow user command uland> 0 12 * * * someone /bin/somecommand uland> But it does not work for me. I find some message in syslog: uland> Dec 14 12:00:00 omega

About crontab

2000-12-14 Thread uland
Hi, I want to submit a job to crontab, and follow the "new" format such as: m h dom mon dow user command 0 12 * * * someone /bin/somecommand But it does not work for me. I find some message in syslog: Dec 14 12:00:00 omega /USR/SBIN/CRON[11215]: (someone) CMD (someone^Isomecommand) How can I ma