리눅스마스터 1급 2020년 2회 21번

From IT Wiki
Revision as of 01:23, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

과목: 리눅스 시스템 관리

문제[edit | edit source]

21. 다음 중 1시간 주기로 실행되는 crontab 설정으로 알맞은 것은?

  • ① 1 * * * * /etc/joon.sh
  • ② * 1 * * * /etc/joon.sh
  • ③ * * 1 * * /etc/joon.sh
  • ④ * * * 1 * /etc/joon.sh

풀어보기[edit | edit source]

정답[edit | edit source]

  • 1번

해설[edit | edit source]

같이 보기[edit | edit source]