cron things
Daniel Hagerty <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
> or even a hack like:
>
> <root-cron-fragment>
> 1 1 * * * /usr/local/bin/sudo -u twiki ..blah..
> </root-cron-fragment>
>
> Ideas?
The "hack" is in fact the norm for OSes that don't have a per-user
cron concept (except one normally uses su; sudo doesn't do what you
want).
(I'm not sure OSes with this problem exist anymore)