bash crontab add line

  1. DeliTurK

    Ubuntu tek satırda crontab a kayıt eklemek. bash crontab add line.

    Örnek: Her 5 dakikada bir nginx servisini yeniden başlat crontab -l | { cat; echo "*/5 * * * * systemctl restart nginx"; } | crontab - muslu kullanıcısı için crontab script ekle. crontab -u muslu -l | { cat; echo "*/5 * * * * systemctl restart nginx"; } | crontab -u muslu - Örnek: Her reboot...
Geri
Üst