Start, Stop and Restart Crond Daemon in Linux शुरू करो, बंद करो और Restart Crond डेमन लिनक्स में

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 नौकरियां और उसके संस्करण ऐसी FreeBSD या CentOS के रूप में जो आमतौर पर इस्तेमाल किया वेब cPanel वेब सर्वर नियंत्रण कक्ष प्रणाली की लोकप्रियता की वजह से मेजबान, महत्वपूर्ण समय है कार्यों अनुसूचित और आज्ञा है कि ऐसी लॉग रोटेशन, अद्यतनों की जाँच, प्रणाली के रूप में विभिन्न कार्यों का निष्पादन आधारित रखरखाव, सफाई व्यवस्था, बैकअप, सेवा को पुनः आरंभ और आदि संचिका

Cron jobs are managed by a daemon named crond . Cron नौकरियां एक डेमॉन द्वारा प्रबंधित कर रहे हैं crond नाम दिया है. When cron schedules are added, deleted or modified by crontab, any changes are enacted by the crond daemon. जब cron कार्यक्रम, जोड़ या हटा रहे हैं crontab द्वारा संशोधित, कोई परिवर्तन 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 डेमॉन पृष्ठभूमि और जांच में लगातार रन एक बार एक मिनट अगर अनुसूचित नौकरियों के लिए किसी भी निष्पादित करने की आवश्यकता को देखने के लिए. If any, crond will execute the commands. यदि कोई हो, crond कमांड क्रियान्वित करेगा. If crond process is not running, no cron jobs will be executed. यदि crond प्रक्रिया नहीं चल रहा है, नहीं cron नौकरी मार डाला जाएगा.

Thus, it's important to ensure that crond daemon is running and not hanged in the system. इस प्रकार, यह है कि crond डेमॉन सुनिश्चित महत्वपूर्ण है और चल रहा है व्यवस्था में फांसी नहीं है. To manage crond daemon in Linux, we can make use of “service” command. को लिनक्स में crond डेमॉन प्रबंधन, हम 'सेवा' कमांड का प्रयोग कर सकते हैं.

To check the status of crond daemon: को crond डेमॉन की स्थिति की जाँच:

service crond status सेवा crond स्थिति

To stop and terminate crond process: को रोकने और crond प्रक्रिया समाप्त:

service crond stop सेवा crond रोक

To start and run crond daemon: शुरू करने और crond डेमॉन भाग:

service crond start सेवा crond शुरू

To restart crond service: Crond सेवा को पुनः आरंभ करने के लिए:

service crond restart सेवा crond पुनः आरंभ

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: पृष्ठ की मशीन है और अनुवाद प्रदान "के रूप में वारंटी के बिना है." Machine translation may be difficult to understand. मशीन अनुवाद मुश्किल से समझ सकते हो. Please refer to कृपया उल्लेख करने original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव है.


2 Responses to “Start, Stop and Restart Crond Daemon in Linux” को "प्रारंभ, बंद करो और Restart Crond डेमन लिनक्स में 2 जवाब"

  1. SivaramaKrishnan SivaramaKrishnan
    July 3rd, 2008 13:04 3 जुलाई 2008 13:04
    2 2

    I have cron daemon running and I added an entry using crontab -e command. मैं cron डेमॉन चल रहा है और मुझे कहा कि एक प्रवेश crontab का उपयोग कर-ई कमान. When the exact time reached, the script that is specified is the crontab did not get executed. जब सही समय पर पहुँच, स्क्रिप्ट है कि निर्दिष्ट किया जाता है crontab किया निष्पादित नहीं मिल रहा है.

    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. लेकिन, अगर मैं cron डेमॉन पुनः आरंभ (कमांड का प्रयोग / etc / init.d / / crond पुनः आरंभ) cron प्रविष्टि जोड़ने के बाद (crontab का उपयोग कर-कमान ई), तो स्क्रिप्ट निर्दिष्ट समय में मार डाला जाता है.

    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. जब मैं crond के आदमी पृष्ठ पर देखा, वे स्पष्ट रूप से कहा है कि, यह करने के लिए आवश्यक cron everytime डेमॉन cron प्रविष्टियों को अद्यतन कर रहे हैं पुनः आरंभ नहीं है. 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. यकीन है कि मैं इतना विशिष्ट मानदंडों के साथ शुरू cron डेमॉन की जरूरत है कि वह हर बार मैं cron प्रविष्टियों अद्यतन पुनर्प्रारंभ करने की आवश्यकता नहीं है नहीं है.

    Any help is appreciated. किसी भी मदद की सराहना की है.
    Thanks & Regards धन्यवाद और सादर
    - Siva शिव --

  2. cPanel Update (upcp) Is Already Running Problem » My Digital Life cPanel अद्यतन (upcp) पहले से ही समस्या »मेरे डिजिटल जीवन चल रहा है
    December 6th, 2007 00:05 6 दिसम्बर 2007 00:05
    1 1

    [...] killing crond process, you will have to start crond daemon again, else all cron jobs won't run. [...] हत्या crond प्रक्रिया, आप crond डेमॉन फिर से शुरू करना है, और सभी cron काम नहीं चल जाएगा. Get help or contribute tips or tricks at My Digital Life [...] मदद या मेरे डिजिटल जीवन पर सुझाव या चाल योगदान जाओ [...]

Leave a Reply एक उत्तर दें छोड़ दो

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> आप इन टैग्स: <a href="" उपयोग title=""> <abbr title=""> <acronym कर सकते हैं <blockquote title=""> <b> cite=""> <cite> <code> <डेल DateTime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. टिप्पणी की सुविधा है विकलांग गया है की सदस्यता लें. To receive notification of latest comments posted, subscribe to सदस्यता के लिए नई टिप्पणियों की सूचना प्राप्त पोस्ट किया है, My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नए लेख

Incoming Search Terms for the Article के लिए खोजें शर्तें आने अनुच्छेद

crontab daemon stop crontab डेमॉन रोक - -- aix stop start "cron Daemon" ऐक्स बंद शुरू "cron डेमन" - -- aix daemon restart ऐक्स डेमॉन पुनः आरंभ - -- ativar crond ativar crond - -- centos cronjob restart cronjob पुनः आरंभ centos - -- cron daemon stop mail cron डेमॉन बंद मेल - -- crond start sendmail process crond शुरू sendmail प्रक्रिया - -- cron service restart aix cron सेवा ऐक्स पुनः आरंभ - -- cron start restart cron शुरू पुनः आरंभ - -- crond linux crond Linux - -- cron daemon restart cron डेमॉन पुनः आरंभ - -- cron restart cron पुनः आरंभ - -- freebsd restart cron freebsd cron पुनः आरंभ - -- freebsd cron relancer freebsd cron relancer - -- linux start daemon लिनक्स शुरू डेमॉन - -- linux crond crond Linux - -- linux cron restart लिनक्स cron पुनः आरंभ - -- linux start daemon with cron लिनक्स cron के साथ शुरू डेमॉन - -- restart cron centos cron centos पुनः आरंभ - -- restart crontab in freebsd freebsd में crontab पुनः आरंभ - -- restart daemon linux डेमॉन Linux पुनः आरंभ - -- start cron in centos centos में शुरू cron - -- start the crond cron dameon crond cron dameon शुरू - -- start crond cron daemon crond cron डेमॉन शुरू - -- start cron daemon solaris शुरू cron डेमॉन Solaris - -- starting crond शुरू crond - -- stop crontab centos crontab centos रोक - -- aix stop crond ऐक्स crond रोक - -- centos cron @reboot रिबूट @ centos cron - -- centos crontab reboot centos crontab रिबूट - -- centos cron starten centos starten cron - -- centos restart cron centos cron पुनः आरंभ - -- freebsd restart crontab freebsd crontab पुनः आरंभ - -- how to stop cron job in linux कैसे Linux में क्रॉन जॉब को रोकने के लिए - -- how do i stop stuff running in daemon on linux मैं कैसे Linux पर डेमॉन में चल सामान बंद करना - -- linux cron daemon लिनक्स cron डेमॉन - -- linux restart cron लिनक्स cron पुनः आरंभ - -- linux & crond लिनक्स और crond - -- restart cron daemon cron डेमॉन पुनः आरंभ - -- start cron in Linux लिनक्स में शुरू cron - -- start stop cron aix command शुरू cron ऐक्स कमान रोक - -- start css daemon in linux manually शुरू लिनक्स में सीएसएस मैन्युअल रूप से डेमॉन - -- stop a linux daemon एक Linux डेमॉन रोक - -- where to find crond linux जहां crond Linux को खोजने के लिए - --