Level 21 -> Level 22 - Hint A program is running automatically at regular intervals from cron, the time-based job scheduler. Look in /etc/cron.d/ for the configuration and see what command is being executed. - cron 사용자가 특정 시간에 반복적으로 작업을 예약하는 명령을 입력할 수 있는 유틸리티 프로그램 min(0-59) | housr(0-23) | day of month(1-31) | month(1-12) | day of week(0-6)(sun-sat) | 명령어 ex) * * * * * bandit22 /usr/bin/cronjob_..