apt - Crontab not working on a PHP file - Ask Ubuntu
please ubuntu 16.04
- sudo apt-get update
- sudo apt-get install cron
- sudo apt-get install vsftpd
from here: url
- sudo apt-get install php
i uploaded file ftp , have created crontab -e try 2 option both not working on file
- */1 * * * * cd /home/amar/ && /usr/bin/php remote_cron.php > /dev/null 2>&1
- */1 * * * * cd /home/amar/; php remote_cron.php
everything thing installed okay crontab not working thing missed install
thanks all
Comments
Post a Comment