On Thursday 27 August 2009 10:16:46 Christoph Maser wrote:
Am Donnerstag, den 27.08.2009, 11:09 +0200 schrieb Anne Wilson:
I have a crontab for Nobody. I tried to delete it in a root kcron, which I'm sure is how I dealt with this in the past, but it seems impossible to delete. Should I delete the file /var/spool/cron/nobody? It is owned root:root, perms 600.
Anne
as root
list: crontab -u nobody -l edit: crontab -u nobody -e remove: crontab -u nobody -r
Thanks. I think that's got rid of it.
Anne