Date: Thu, 05 Dec 2002 11:03:41 -0800 From: "Paul A. Scott" <pscott@skycoast.us> To: <mbettinger@championelevators.com>, <freebsd-questions@freebsd.org> Subject: Re: crontab -e Message-ID: <BA14E30D.15F5A%pscott@skycoast.us> In-Reply-To: <200212051244.51766.mbettinger@championelevators.com>
next in thread | previous in thread | raw e-mail | index | archive | help
When you use a user crontab (crontab -e), you don't include the user field. The user's own id is implied. I always put a (comment) header line in the user crontab so that it's clear what the fields are. So, your example: > */15 * * * * root /usr/libexec/rs2 >> /var/log/rs.log becomes: #minute hour mday month wday command */15 * * * * /usr/libexec/rs2 >> /var/log/rs.log Paul -- Paul A. Scott mailto:pscott@skycoast.us http://skycoast.us/pscott/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BA14E30D.15F5A%pscott>