So I have typed: crontab -e
Here is the contents:
# m h dom mon dow command
23 16 * * * /home/bob/Desktop/stopvm.sh
Right now I am trying to test the file so I used * * * so it is suppose to run everyday all year. I set the the time to 4:23 pm but I just change the time to 2 minutes ahead so I can test it. Nothing happens at the specified time. I am looking for someone to walk me through getting this running.
Thanks