1/7
These flashcards cover key concepts and instructions related to sharing files between the Kali guest and Windows host using VirtualBox.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are some methods for sharing data between a Windows host and a Kali guest in VirtualBox?
Shared folders, shared clipboards, and drag and drop capabilities.
What functionality does VirtualBox's Guest Additions provide?
Enhances the performance and usability of a guest operating system, including device drivers.
What are the two types of shared folders in VirtualBox?
Permanent Shares and Transient Shares.
What options can you select in the 'Drag and Drop' menu?
Disabled, Host to Guest, Guest to Host, Bi-directional.
What do you need to do to enable Guest Additions in Kali Linux?
Insert the Guest Additions CD image from the Devices menu and install it.
How can you access files on the host from the guest using shared folders?
By configuring shared folders in the 'Shared Folders' settings.
What command is used on Kali to check the mounted shared folders?
ls /media.
How can you create a new file in the shared folder on Kali?
Using the command 'touch test.txt'.