Where in heaven or in my SuSE files is my time configured for crontab to make my logrotate ? Since days again and again I Google, man pages and forum search for the solution. I run SuSE (!!!) Linux 10.2 - original install default crontab setup. I have been looking in all SuSE relevant cron folders and cron files - the access_log always by original install-default is made exactly at 23:00. However I would love to change that time to a mimunte past midnight but fail to find the current time 23:00 !? The only file I would that has a typical line with time/date configured is /etc/crontab --> here I have the line # check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly # -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1 in folder /etc/cron.daily I have the file logrotate which is executed daily 23:30 - BUT that 23:30 seems nowhere defined?!? a test about all crons existing gives no result or help : > crontab -l no crontab for root Where is the 23:30 hidden/defined ??