I seriously don't understand how to create a simple cron job. The idea is to make mplayer play a certain file at a certain hour.
Here's my attempt:
MIN HOUR * * * /usr/bin/mplayer PATH_TO_THE_FILE > /dev/null 2>&1
It just causes X server to crash. What am I doing wrong?