Ho creato un file chiamato ntpdate
in/etc/cron.hourly
#!/bin/sh
/usr/sbin/ntpdate-debian
date > /tmp/william_tmp
date > /william_tmp
date > ~/william_tmp
echo test
Ho anche fatto Chmod 755 su questo file.
Tuttavia, non posso dire se il file è stato eseguito o meno!
Il file non viene creato in nessuna delle 3 directory.
Se eseguo manualmente, cd / && run-parts --report /etc/cron.hourly
i file vengono creati e ottengo l'eco.
Qualcuno può consigliare (idealmente passo dopo passo!) Le istruzioni per verificare che funzioni?