To add to what's already been said,
"/home/[user]" is you user's home directory. cron does not look there for its config files (crontab).
Terminology:
crontab: the file storing your settings
cron job: a task started by cron. equates to a single line in your crontab.
[shameless self promotion]
You might find Cron – A Beginner's Guide to be of interest.
[/shameless self promotion]
"/home/[user]" is you user's home directory. cron does not look there for its config files (crontab).
Terminology:
crontab: the file storing your settings
cron job: a task started by cron. equates to a single line in your crontab.
[shameless self promotion]
You might find Cron – A Beginner's Guide to be of interest.
[/shameless self promotion]
Statistics: Posted by thagrol — Thu Dec 05, 2024 1:47 pm