정보보안기사 제14회 10번
From IT Wiki
Revision as of 00:53, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
과목: 시스템 보안
문제[edit | edit source]
10. 다음 중 리눅스 시스템에서 좀비 프로세스를 찾기 위해 사용할 수 있는 명령어로 옳은 것 2가지를 선택하시오.
- ① ps -ef | grep defunct
- ② top -b -n 1 | grep defunct
- ③ ps -ef | grep zombie
- ④ top -b -n 1 | grep zombie
풀어보기[edit | edit source]
정답[edit | edit source]
- 1번
- 4번