정보보안기사 제14회 11번: 두 판 사이의 차이
IT 위키
Maintenance script (토론 | 기여) (Imported from text file) |
(차이 없음)
|
2022년 10월 22일 (토) 00:53 기준 최신판
과목: 시스템 보안
문제[편집 | 원본 편집]
11. 리눅스 시스템의 기본 방화벽인 iptables에서 현재 정책을 별도 파일로 저장하고자 한다. 아래 명령어 중 옳은 것을 고르시오.
- ① iptables -config > etc/iptables.conf
- ② iptables -store > etc/iptables.conf
- ③ iptables -save > etc/iptables.conf
- ④ iptables -restore> etc/iptables.conf
풀어보기[편집 | 원본 편집]
정답[편집 | 원본 편집]
- 3번