4
Laufen alle 10 Minuten cron
Ich habe ein Python-Skript auf meinem Desktop: /home/ceasor/Desktop/script.py In /etc/crontabschrieb ich: 0 */2 * * * ceasor sudo python /home/ceasor/Desktop/script.py Das Python-Skript wird nicht ausgeführt. Wie starte ich alle 10 Minuten cron?
16
cron