My cron job does not work. It is supposed to run every two minutes and to copy and rename a single files from one directory to another, */2 * * * * /bin/cp -a /run/shm/webcam.jpg "/home/allsky/pics/webcam-$(date +"%s").jpg" I have a number of cron jobs that are working and I am puzzled as to why thi...