You can edit your cron jobs by running
crontab -e
Related Posts
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username