23 Aralık 2019 Pazartesi

crontab komutu - Cron Dosyalarını Düzenler

Giriş

-e seçeneği
edit anlamına gelir. i tuşuna basarak insert moduna gireriz.

Örnek
Şö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