From 3b7420e552f569fabc3d0dfa36e319bd362bb594 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 3 May 2018 23:20:24 +0800 Subject: [PATCH] update --- crontab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.md b/crontab.md index 1fd38cd..2267ed2 100644 --- a/crontab.md +++ b/crontab.md @@ -10,7 +10,7 @@ Linux下的任务调度分为两类:系统任务调度和用户任务调度。 `/etc/cron.allow` 该文件中所列用户允许使用 `crontab` 命令,默认不存在 -`/var/spool/cron/` 所有用户 `crontab` 文件存放的目录,以用户名命名 +`/var/spool/cron/` 所有用户 `crontab` 文件存放的目录,以用户名命名 ``` crontab -l #显示定时任务列表