[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Fontpage and Webalizer version 2.0 - RaQ 3



Hi!

I didn´t follow this thread, but for running a cron job as nobody,
just edit nobody´s crontab with

    crontab -u nobody -e

As an alternative, put the following in root´s crontab (if you want to keep
your cron-jobs together, in one file):

    su - nobody -c "your command here command"
    (preceeded by the minute/hour/day/month/weekday fields, of course)

Hope that helps.

   Marco


----- Original Message -----
From: "Sean Chester" <seanc@xxxxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 06, 2000 10:29 AM
Subject: RE: [cobalt-users] Fontpage and Webalizer version 2.0 - RaQ 3


> Beth, i dont know how to run a cron job as 'nobody'
> i'v been asking the list, but no response :(