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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -