리눅스마스터 1급 2020년 1회 56번
From IT Wiki
과목: 리눅스 시스템 관리
문제[edit | edit source]
56. 다음 중 ( 괄호 )안에 들어갈 내용으로 알맞은 것은?
logrotate는 시스템과 관련된 로그 설정을 ( ㉠ )에서 제어하고, 응용 프로그램은 ( ㉡ ) 디렉터리 내에 위치하여 로그 파일을 관리하고 있다. 또한 ( ㉢ ) 디렉터리에 등록되어서 cron에 의해 스케줄링 되어 실행되고 있다.
- ① ㉠ : /etc/logrotate.conf㉡ : /etc/logrotate㉢ : /etc/crontab
- ② ㉠ : /etc/logrotate.conf㉡ : /etc/logrotate.d㉢ : /etc/cron.daily
- ③ ㉠ : /etc/logrotate/logrotate.conf㉡ : /opt/logrotate.d㉢ : /etc/cron.daily
- ④ ㉠ : /etc/logrotate/logrotate.conf㉡ : /opt/logrotate㉢ : /var/lib/logrotate.status
풀어보기[edit | edit source]
정답[edit | edit source]
- 2번