From bd351f01b41415c6edd6b7b6c4e3c2051287f322 Mon Sep 17 00:00:00 2001 From: marchersimon Date: Wed, 31 Mar 2021 12:52:05 +0200 Subject: [PATCH] crontab: add link --- pages.it/common/crontab.md | 1 + pages.ko/common/crontab.md | 1 + pages/common/crontab.md | 1 + 3 files changed, 3 insertions(+) diff --git a/pages.it/common/crontab.md b/pages.it/common/crontab.md index 5e02a5bcaf..679e3f8dea 100644 --- a/pages.it/common/crontab.md +++ b/pages.it/common/crontab.md @@ -2,6 +2,7 @@ > Programma cron job per essere eseguiti a determinati intervalli di tempo per l'utente corrente. > Formato definizione di un job: "(minuto) (ora) (giorno_del_mese) (mese) (giorno_della_settimana) comando_da_eseguire". +> Maggiori informazioni: . - Modifica il file crontab per l'utente corrente: diff --git a/pages.ko/common/crontab.md b/pages.ko/common/crontab.md index 4783d3f74c..a980a24614 100644 --- a/pages.ko/common/crontab.md +++ b/pages.ko/common/crontab.md @@ -2,6 +2,7 @@ > 현재 사용자의 시간 간격으로 cron작업이 실행되도록 스케줄. > 작업 정의 형식: "(분) (시) (날짜) (달) (요일) 실행 할 명령". +> 더 많은 정보: . - 현재 사용자의 crontab파일 편집: diff --git a/pages/common/crontab.md b/pages/common/crontab.md index 04f377c320..86b1cd53d3 100644 --- a/pages/common/crontab.md +++ b/pages/common/crontab.md @@ -2,6 +2,7 @@ > Schedule cron jobs to run on a time interval for the current user. > Job definition format: "(min) (hour) (day_of_month) (month) (day_of_week) command_to_execute". +> More information: . - Edit the crontab file for the current user: