λ°μν
κΈ°μ‘΄μ 리λ μ€ μμ€ν μμ crontabμ /etc/cron.* λ° μλΈ λλ ν 리μ μμΉν job μ 보λ₯Ό ν¬ν¨νκ³ μμμΌλ©° λ¨Έμ μ΄ μ€νμ€μΌ λλ§ μμ½λ jobλ€μ΄ μ ν¨νκ² μ€νλλ ꡬ쑰μλ€. νλμ μΈ λ¦¬λ μ€ μμ€ν μμ μ¬μ©λλ `anacron` μ κΈ°μ‘΄μ `cron`μ λ체νλ©° μμ€ν μ΄ κΊΌμ Έ μμλλΌλ μμ€ν λΆν μκ°κ³Ό λ§μ§λ§ μμ μκ°μ κ³ λ €νμ¬ λΆν λ μ΄νλ‘ μμ½λ μκ°μ΄ μ§λ¬λ€λ©΄ ν΄λΉ μμ μ μ€ννλ€.
package name
- anacron
key configuration file
- `/etc/anacrontab`
anacrontab κ΅¬μ± νμΌμ μλμ κ°λ€.
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
HOME=/root
LOGNAME=root
# These replace cron's entries
1 5 cron.daily run-parts --report /etc/cron.daily
7 10 cron.weekly run-parts --report /etc/cron.weekly
@monthly 15 cron.monthly run-parts --report /etc/cron.monthly
λ°μν
'Linux' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
Linux Command Shell μ νλ‘μΈμ€ μμ± κ³Όμ (0) | 2024.01.10 |
---|---|
νλ‘μΈμ€μ λ©λͺ¨λ¦¬ μ£Όμ 곡κ°(Virtual Address Space; VAS) (0) | 2023.11.05 |
리λ μ€ OSμ μλΈμμ€ν (λ Όλ¬Έ: Conceptual Architecture of the Linux Kernel) (0) | 2023.11.05 |
Linux Package 리λ μ€ ν¨ν€μ§ κ°μ (0) | 2023.03.08 |
Linux Kernel 리λ μ€ μ»€λ κ°μ (0) | 2023.03.08 |