[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Crontab
- Subject: Re: [cobalt-users] Crontab
- From: flash22@xxxxxxx
- Date: Wed May 9 05:08:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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