Modifying a crontab Entry

About this task

The Administrator's Guide discusses modifying crontab entries or other scripts to prevent infinite looping of scripts. On an HP-UX system, no crontab entry is provided by default. The following entry does not search file systems of type NFS, nor does it search the viewroot directory:
15 3 * * * find / –path /view –prune –o –name .nfs\* –mtime +7 –exec rm –f {} \; –o –fstype nfs –prune