mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
crontab: add link
This commit is contained in:
parent
02f8ccffbe
commit
bd351f01b4
3 changed files with 3 additions and 0 deletions
|
@ -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: <https://man.archlinux.org/man/core/cronie/crontab.1>.
|
||||
|
||||
- Modifica il file crontab per l'utente corrente:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 현재 사용자의 시간 간격으로 cron작업이 실행되도록 스케줄.
|
||||
> 작업 정의 형식: "(분) (시) (날짜) (달) (요일) 실행 할 명령".
|
||||
> 더 많은 정보: <https://man.archlinux.org/man/core/cronie/crontab.1>.
|
||||
|
||||
- 현재 사용자의 crontab파일 편집:
|
||||
|
||||
|
|
|
@ -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: <https://man.archlinux.org/man/core/cronie/crontab.1>.
|
||||
|
||||
- Edit the crontab file for the current user:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue