[rt-users] Httpd memory usage

Alan Barrett apb at cequrux.com
Fri Apr 2 09:45:45 EST 2004


On Fri, 02 Apr 2004, Max Norton wrote:
> find /tmp -user nobody -group nobody \
>                -name '??????????' \
>                -mmin +60 -exec rm -r {} \; 2>/dev/null
> 
> Note, you need gnu find for the "mmin" switch.

No, you don't need GNU find.  NetBSD's and FreeBSD's find
commands support "-mmin", and there might be others too.

--apb (Alan Barrett)



More information about the rt-users mailing list