Page 1 of 1

How to set cronjob setting?

Posted: Wed Dec 09, 2015 5:21 pm
by charless
Hello Everybody,

How to set cronjob setting in dedicated server?

thanks

Re: How to set cronjob setting?

Posted: Thu Sep 22, 2016 6:53 pm
by Natalie
Hello,


Just logged in to the SSH terminal for your dedicated server, the crontab command allows viewing or editing of the file from where your cronjobs will run.

crontab -e - Run this command to edit your crontab file, or create one if it does not already exist.

crontab -l - Run this command to display your current crontab file.