Hello Everybody,
How to set cronjob setting in dedicated server?
thanks
How to set cronjob setting?
Re: How to set cronjob setting?
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.
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.