How do I use crontab?

We offer standard unix crontab. No special setup is required. All accounts have crontab enabled by default.

You can login via the shell and type:

crontab -e

to edit your crontab.

If you have your desired crontab commands in a text file, login to ssh and type :

crontab name_of_file.txt

and it will reset your crontab to use those commands.

Any standard tutorial on crontab will be applicable to our configuration.

Leave a Reply

Your email address will not be published. Required fields are marked *