diff --git a/docs/tutorial-extras/8-crontab.md b/docs/tutorial-extras/8-crontab.md index b2d4baa..7bb7137 100644 --- a/docs/tutorial-extras/8-crontab.md +++ b/docs/tutorial-extras/8-crontab.md @@ -31,3 +31,7 @@ crontab -l ```bash 0 */1 * * * systemctl restart smbd ``` + +## 学习教材 + +[](https://www.runoob.com/w3cnote/linux-crontab-tasks.html)