안녕하세요. kali linux의 virtual box guest addition을 사용하여 화면 크기 조절을 해보도록 하겠습니다. # apt-get install dkms -y # /etc/init.d/vboxadd setup # apt-get update && apt-get install -y linux-headers-$(uname -r) Virtual box에서 메뉴 - 게스트 확장 설치를 클릭합니다. # cd /media/cdrom0 # cp VBoxLinux* /root # cd /root # chmod 755 VBoxLinux* # ./VBoxLinux* # reboot 사진은 추후 첨부하도록 하겠습니다. 감사합니다.