নোট ক্রোন ক্রন্টব ফাইলগুলির জন্য তার স্পুল অঞ্চল (/ ভার / স্পুল / ক্রোন / ক্রন্টবগুলি) অনুসন্ধান করে (যা অ্যাকাউন্টগুলির নামে / ইত্যাদি / পাসডাব্লুড নামে পরিচিত); পাওয়া crontabs মেমরি মধ্যে লোড করা হয়। নোট করুন যে এই ডিরেক্টরিতে ক্রন্টব্যাবগুলি সরাসরি অ্যাক্সেস করা উচিত নয় - ক্রন্টব্যান্ড কমান্ডটি অ্যাক্সেস এবং আপডেট করার জন্য ব্যবহার করা উচিত।
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/
ডিরেক্টরি লিনাক্স বিশিষ্টতা (দেখতে ফাইল শ্রেণীক্রম স্ট্যান্ডার্ড ) এবং অবস্থান একটি বর্তমান ডেবিয়ান ছাড়া অন্য সিস্টেমে পরিবর্তিত হতে পারে।