How to set cronjob setting?

Description of your first forum.
Post Reply
charless
Posts: 9
Joined: Mon Dec 29, 2014 10:36 am

How to set cronjob setting?

Post by charless » Wed Dec 09, 2015 5:21 pm

Hello Everybody,

How to set cronjob setting in dedicated server?

thanks

Natalie
Posts: 6
Joined: Tue Jan 13, 2015 3:07 pm

Re: How to set cronjob setting?

Post by Natalie » Thu Sep 22, 2016 6:53 pm

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.

Post Reply