Hej
chciałem aby serwer uruchamiał mi co minutę skrypt do wysylania maila i w cronie napisałem następujące ścieżki, lecz zadna z nich nie działa:
* * * * * /etc/bin/php /home/strona/www/class/sending_mails_automat.php
*/1 * * * * cd /home/strona/www/class/;php sending_mails_automat.php
* * * * * /usr/bin/lynx - source http://adres_strony/class/sending_mails_automat.php > /dev/null 2>&1
*/1 * * * * /usr/bin/lunx - source http://adres_strony/class/sending_mails_automat.php
jakie polecenie powinienem napisac, aby skrypt byl wykonywany?