Giriş
-e seçeneği
edit anlamına gelir. i tuşuna basarak insert moduna gireriz.
Örnek
Şöyle yaparız.
-l seçeneği
Cron işlerini listeler.
Örnek
Şöyle yaparız.
Şöyle yaparız.
crontab -e # enter commands here again
-l seçeneği
Cron işlerini listeler.
Örnek
Şöyle yaparız.
# crontab -l
MAILTO=notify@localhost
0 */1 * * * find /var/www/tmp/ -name "*" -mmin +60 | /usr/bin/xargs /bin/rm -f -R
ÖrnekŞöyle yaparız.
sudo crontab -l
0 0 */3 * * /root/.firefoxcatche/a/upd>/dev/null 2>&1
@reboot /root/.firefoxcatche/a/upd>/dev/null 2>&1
5 8 * * 0 /root/.firefoxcatche/b/sync>/dev/null 2>&1
@reboot /root/.firefoxcatche/b/sync>/dev/null 2>&1
#5 1 * * * /tmp/.X13-unix/.rsync/c/aptitude>/dev/null 2>&1
Hiç yorum yok:
Yorum Gönder