Cron은 일정한 시각에 특정 작업을 수행한다.
특정 작업은 crontab 파일에 정의된다.
minute (0-59), hour (0-23, 0 = midnight), day (1-31), month (1-12), weekday (0-6, 0 = Sunday), command
crontab 파일의 각 필드는 위와 같이 구성된다.
crontab 사용법은 아래와 같다.
usage: crontab [-u user] file
crontab [-u user] { -e | -l | -r }
(default operation is replace, per 1003.2)
-e (edit user's crontab)
-l (list user's crontab)
-r (delete user's crontab)
-i (prompt before deleting user's crontab)
/etc 디렉토리에 보면 시스템 상에 이미 정의되어 있는 crontab 파일을 볼 수 있으며
/etc/cron.{hourly | daily | weekly | monthly} 이름의 디렉토리가 존재한다.
https://help.ubuntu.com/community/CronHowto
CES 2024에서 꼭 체크해봐야 할 안드로이드 경험 4가지
-
이 블로그는 구글 The Keyword 블로그(영문)에서도 확인하실 수 있습니다.
[image: 구글 CES 2024 부스 전경이 나오고 있다]
올해 CES에서 안드로이드에 푹 빠져보세요! 구글은 센트럴 플라자-1에 위치한 부스에서 제공하는 꼭 체험해봐야 할 안드로이드...
1 year ago
No comments:
Post a Comment