Command to add/edit/remove cron job (crontab) on Linux server
On Linux server, you will have to manage your cronjob (cron job) via SSH. crontab command is used to add/edit/remove a cron job on the server. Below are the few options of crontab command: crontab -l – Displays the current cron jobs crontab -e – To edit the cron jobs crontab -r – To remove …
Command to add/edit/remove cron job (crontab) on Linux server Read More »