如何在 Ubuntu 系统中自动执行任务

到 B 站观看视频

crontab -e

每小时执行一个脚本,可以用如下的语句

0 0 * * *  /home/peter/bin/db_backup.sh
crontab -l