Webalizer Run Time

Where can I find what time webalizer is set to run?

I want to double-check and/or change this time.

Thanks in advance.

Login as root, then:


su - iworx
crontab -e

OR just:


crontab -e -u iworx

as root.

You’ll see a list of cron entries for the iworx user. The one run with the --daily argument runs webalizer.

Chris