Start, Stop and Restart Crond Daemon in Linux Start, stop e restart Crond Demone in Linux
Cron jobs in Linux and its variants such as FreeBSD or CentOS which commonly used on web hosts due to popularity of cPanel web server control panel system, is important time based scheduled tasks and commands that perform various functions such as log rotation, updates checking, system maintenance, file system cleaning, backup, service restart and etc. Cron posti di lavoro in Linux e le sue varianti come ad esempio FreeBSD o CentOS che comunemente utilizzati su web host a causa di popolarità di cPanel server web pannello di controllo del sistema, è importante l'ora e le operazioni pianificate per l'esecuzione di comandi di varie funzioni come ad esempio la rotazione dei log, gli aggiornamenti di controllo, sistema manutenzione, pulizia del file system, backup, il servizio e riavviare ecc
Cron jobs are managed by a daemon named crond . Cron posti di lavoro sono gestiti da un demone chiamato crond. When cron schedules are added, deleted or modified by crontab, any changes are enacted by the crond daemon. Quando cron orari sono aggiunti, eliminati o modificati da crontab, tutte le modifiche entrino in vigore entro il demone crond. Crond daemon runs constantly in the background and checks once a minute to see if any of the scheduled jobs need to be executed. Crond demone viene eseguito costantemente in background e controlli una volta al minuto per vedere se uno dei posti di lavoro in programma devono essere eseguiti. If any, crond will execute the commands. Se del caso, crond eseguirà i comandi. If crond process is not running, no cron jobs will be executed. Se crond processo non è in esecuzione, non cron posti di lavoro verrà eseguito.
Thus, it’s important to ensure that crond daemon is running and not hanged in the system. Pertanto, è importante per garantire che crond demone è in esecuzione e non impiccato nel sistema. To manage crond daemon in Linux, we can make use of “service” command. Per gestire demone crond di Linux, siamo in grado di fare uso di "servizio".
To check the status of crond daemon: Per controllare lo stato del demone crond:
service crond status servizio crond status
To stop and terminate crond process: Per interrompere e porre fine crond processo:
service crond stop servizio crond stop
To start and run crond daemon: Per avviare ed eseguire demone crond:
service crond start servizio crond start
To restart crond service: Per riavviare il servizio crond:
service crond restart riavviare il servizio crond
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- cPanel Update (upcp) Is Already Running Problem cPanel Update (upcp) è già in esecuzione Problema
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time L'arresto auto e riavviare Apache httpd daemon di servizio a tempo preimpostato
- Change and Reset MySQL root Password Reset cambiamento e MySQL root Password
- Stop 0×0000007B Inaccessable_Boot_Device Error After Enable AHCI Mode on SATA Drive in Vista Stop 0 × 0000007B Inaccessable_Boot_Device errore dopo Attiva modalità AHCI SATA Drive In Vista
- Restart or Shutdown Windows (XP, 2000 and Vista) from Command Line or One-Click Shortcut Arresto o riavvio di Windows (XP, 2000 e Vista) da riga di comando o di un collegamento Fare clic su
- cPanel Unable or Cannot Start or Restart POP3 Mail Service Impossibile cPanel o non può avviare o riavviare POP3 Mail Service
- Running Google Earth on Suse Linux with VMware In esecuzione di Google Earth su Suse Linux con VMware
- Fix Hotspot Shield Bandwidth Exceeded, TCP Connect Wait, Auth Failure or Daemon Start Error Fissare hotspot scudo superato la larghezza di banda, il protocollo TCP collegare aspettare, auth guasto o errore demone Inizio
- Reset the Root Password of MySQL Server Reimpostare la password di root di MySQL Server
- Mandriva Linux 2008 Available for Downloading Mandriva Linux 2008 disponibile per il download

































December 6th, 2007 00:05 6 dicembre 2007 00:05
[...] killing crond process, you will have to start crond daemon again, else all cron jobs won’t run. [...] Uccisione crond processo, sarà necessario avviare di nuovo demone crond, altrimenti tutti gli cron posti di lavoro non verranno pubblicati. Get help or contribute tips or tricks at My Digital Life [...] Ricevere aiuto o contribuire suggerimenti o trucchi a mio Digital Life [...]
July 3rd, 2008 13:04 3 luglio 2008 13:04
I have cron daemon running and I added an entry using crontab -e command. Ho demone cron esegue e ho aggiunto una voce utilizzando crontab-e comando. When the exact time reached, the script that is specified is the crontab did not get executed. Quando il tempo esatto raggiunto, lo script viene specificato che è il crontab non ha eseguito.
But, if I restart the cron daemon (using the command /etc/init.d/crond restart) after adding the cron entry (using crontab -e command), then the script gets executed at the specified time. Ma, se mi riavviare il demone cron (utilizzando il comando / etc / init.d / crond riavviare il computer) dopo aver aggiunto la voce di cron (utilizzando crontab-e comando), poi lo script viene eseguito presso l'intervallo di tempo specificato.
When I looked at the man page of crond, they have clearly mentioned that, it is not required to restart cron daemon everytime the cron entries are updated. Quando ho guardato la pagina man di crond, essi hanno chiaramente detto che, non è necessario riavviare ogni demone cron cron voci sono aggiornato. Am not sure whether I need to start the cron daemon with specific parameters so that it does not need to be restarted every time I update the cron entries. Non sono sicuro se ho bisogno per avviare il demone cron, con parametri specifici in modo che non ha bisogno di essere riavviato ogni volta aggiornare le voci di cron.
Any help is appreciated. Qualsiasi aiuto è apprezzato.
Thanks & Regards Grazie & Cordiali saluti
- Siva -- Siva