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

Re: [cobalt-users] Crontab



On Wed, 9 May 2001, Ja wrote:

> 
> Could anyone explain what this means:
> 
> 03,33 * * * * find /tmp -atime 3 -exec ls -l {} \; >> /home/mdw/log

At 3 and 33 minutes past each hour, search /tmp for files less than 
3 hours old, and list them into home/mdw/log , at least , that's what it
would do if it didn't have errors in it ;)

Got a snooping user?

I can think of a reason i'd do this if i wanted to hack a machine...


gsh