23년 2회 필기 PBT 시험을 66점으로 합격했습니다. 7월29일 실기 시험을 준비하며, 어려웠던 문제와 틀린 문제를 정리해보겠습니다. 다른 문제들은 https://it-freelancer.tistory.com/1210 에서 확인 가능합니다.
문제
53. FTP(File Transfer Protocol) 명령어 중 접근제어 명령어로 옳지 않은 것은?
① USER ② ALLO
③ PASS ④ ACCT
시험 후기
PASS 를 찍으려다 왠지 password 를 입력하는 command 인것 같아 2,4중 찍었는데 운이 없었다. 아주 오래전에 ftp 를 command 로 해본적이 있는데 아마도 20년은 된거 같다.
정답
2
공부하면서
acct 가 account 약자라고 생각은 잘 했는데 2하고 4중 하나를 고르는데 집중하다가 옳지 않은 것을 고르라는 지시사항을 잊어버렸던 것 같다.
https://en.wikipedia.org/wiki/List_of_FTP_commands
List of FTP commands - Wikipedia
From Wikipedia, the free encyclopedia Below is a list of FTP commands that may be sent to an FTP server, including all commands that are standardized in RFC 959 by the IETF. All commands below are RFC 959 based unless stated otherwise. Note that most comma
en.wikipedia.org
allo 는 경로 관련 명령어가 아닐까 찍어보았는데 아니었다. 경로 관련하여 어렴풋하게 생각이 잘 안났던 것은 cwd pwd 였다.
Allocate sufficient disk space to receive a file.
ALLO 는 디스크 할당 관련 명령이다.
https://easy7.tistory.com/404
Kali FTP 설치
kali에서 FTP 깔기 1. ftp 설치하기 apt-get install ftp 2. vsftp 설치하기 apt-get install -y vsftpd 3. 설정 변경 nano /etc/vsftpd.conf 수정해야할 것. local_enable=yes (로컬 계정 접근 허용) write_enable=yes (로컬 계정 쓰기
easy7.tistory.com
실제 시험 문제와 제출 답안
문제번호의 X 표시는 99프로 찍었다는 표시이며 / 표시는 자신이 없다는 표시임
'정보보안기사 > 필기2023년2회PBT리뷰' 카테고리의 다른 글
정보기 필기 2023년 2회 PBT 문제 56번 (0) | 2023.07.01 |
---|---|
정보기 필기 2023년 2회 PBT 문제 55번 MFA (0) | 2023.07.01 |
정보기 필기 2023년 2회 PBT 문제 50번 DNS (0) | 2023.07.01 |
정보기 필기 2023년 2회 PBT 문제 49번 SET (0) | 2023.07.01 |
정보기 필기 2023년 2회 PBT 문제 47번 iOS (0) | 2023.07.01 |