I am new to Linux. I put a file in cron.daily to test, but it never got execute, access mod is 755 for the test file.
crontab file has the default entry of: -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
cron daemon is there. I can start a "at" job.
What do I miss ?