Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2002 14:02:13 -0500 (EST)
From:      Jim Sander <jim@federation.addy.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: crontab -e
Message-ID:  <Pine.BSF.4.10.10212051358590.9172-100000@federation.addy.com>
In-Reply-To: <000a01c29c90$b29c5a10$ca0110ac@vinyl.tkvbp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> */15    *       *       *       *   root  /usr/libexec/rs2 >> /var/log/rs.log

   That's the format for /etc/crontab - not user crontabs. Normal users
(including root) don't have to and in fact are prohibited from specifying
a user to run their jobs under. Try this...

'*/15    *       *       *       *   /usr/libexec/rs2 >> /var/log/rs.log'

-=Jim=-

P.S.  Yes, there's a small difference between /etc/crontab and
      /var/cron/tabs/root - it's important to understand that.




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?Pine.BSF.4.10.10212051358590.9172-100000>