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 > (someone^Isomecommand) > How can I make my job work? Thanks a lot.
use space between somene and /bin/somecommand? erik