리눅스마스터 1급 2020년 1회 23번

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]

23. 다음 중 10분 주기로 실행되는 crontab 설정으로 알맞은 것은?

  • ① */10 * * * * /etc/lin.sh
  • ② * */10 * * * /etc/lin.sh
  • ③ * * */10 * * /etc/lin.sh
  • ④ * * * */10 * /etc/lin.sh

풀어보기[edit | edit source]

정답[edit | edit source]

  • 1번

해설[edit | edit source]

같이 보기[edit | edit source]