Remove /tmp/ cronjob

5  0   *   *   *   /bin/find /tmp/ -type f -print0 | xargs -0 rm

Similar Posts