Crontab
run scripts on a regular schedule
![note] if you edit the
# current user
crontab -e
# root user
sudo crontab
# 3am on 4th day of month every 2nd (other) month
0 3 4 */2 *
run scripts on a regular schedule
![note] if you edit the
# current user
crontab -e
# root user
sudo crontab
# 3am on 4th day of month every 2nd (other) month
0 3 4 */2 *