The FreeBSD periodic utility is a built-in system to schedule and run regular (daily, weekly, monthly) maintenance jobs in the form of shell scripts. They include system health checks, security audits, and cleanup jobs. Custom jobs integrate into the existing framework thanks to periodic's modular structure. In this post, we look at how to use