NOTES क्रोन अपने स्पूल क्षेत्र (/ var / spool / cron / crontabs) को crontab फाइलों के लिए खोजता है (जो खातों में / etc / passwd के नाम पर हैं); पाए गए क्रॉस्टैब को मेमोरी में लोड किया जाता है। ध्यान दें कि इस निर्देशिका में crontabs को सीधे एक्सेस नहीं किया जाना चाहिए - उन्हें एक्सेस और अपडेट करने के लिए crontab कमांड का उपयोग किया जाना चाहिए।
cron also reads /etc/crontab, which is in a slightly different format
(see crontab(5)). Additionally, cron reads the files in /etc/cron.d:
it treats the files in /etc/cron.d as in the same way as the
/etc/crontab file (they follow the special format of that file, i.e.
they include the user field). However, they are independent of
/etc/crontab: they do not, for example, inherit environment variable
settings from it. The intended purpose of this feature is to allow
packages that require finer control of their scheduling than the
/etc/cron.{daily,weekly,monthly} directories to add a crontab file to
/etc/cron.d. Such files should be named after the package that supplies
them. Files must conform to the same naming convention as used by run-
parts(8): they must consist solely of upper- and lower-case letters,
digits, underscores, and hyphens. If the -l option is specified, then
they must conform to the LSB namespace specification, exactly as in the
--lsbsysinit option in run-parts.
/var/spool/cron/
निर्देशिका एक लिनक्स विशेषता है (देखें फ़ाइल अनुक्रम मानक ) और स्थान एक मौजूदा डेबियन अलावा अन्य सिस्टम पर भिन्न हो सकते हैं।