Jaime wrote: > find: -exec: no terminating ";" > > The crontab for root looks like this: > 0 * * * * find /usr/local/rt-2-0-6/WebRT/sessiondata -type f -amin +600 -exec rm '{}' ; Add a backslash immediately before the semicolon.