linux - Adding a cron job without crontab -
is possible add cronjob without using crontab command? (or else except editing files directly.) there file need edit?
you can directly edit following files:
/etc/crontab /etc/cron.d/* /etc/cron.{hourly,daily,weekly,montly}/*
it system wide crontabs. in these files should specify username before command executed.
/var/spool/cron/<username>
-- per user crontabs.
Comments
Post a Comment