On Thu, Nov 21, 2024 at 08:19:19PM +0100, Dan wrote:

>Problem arising immediately is that I'm not able to get crontab running 
>properly for my local user and the system seems not getting any change
>to the cron tables defined below.
>
>cat /var/cron/tabs/myuser:
>
># /var/cron/tabs/myuser - myuser's crontab
>#
>SHELL=/bin/sh
>PATH=/bin:/sbin:/usr/bin:/usr/sbin
>HOME=/var/log
>#
>#minute hour    mday    month   wday    [flags] command
>#
>
>6       *       *       *       *  /bin/sh/home/MyNewProject/Public/pdfwriter

If this is really the crontab, you're missing a space between /bin/sh and 
the path to whatever you want to run.

Reply via email to