Lab: VirtualBox – Move Files and Share Folders Between Kali Guest and Windows Host

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and instructions related to sharing files between the Kali guest and Windows host using VirtualBox.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

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.

2
New cards

What functionality does VirtualBox's Guest Additions provide?

Enhances the performance and usability of a guest operating system, including device drivers.

3
New cards

What are the two types of shared folders in VirtualBox?

Permanent Shares and Transient Shares.

4
New cards

What options can you select in the 'Drag and Drop' menu?

Disabled, Host to Guest, Guest to Host, Bi-directional.

5
New cards

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.

6
New cards

How can you access files on the host from the guest using shared folders?

By configuring shared folders in the 'Shared Folders' settings.

7
New cards

What command is used on Kali to check the mounted shared folders?

ls /media.

8
New cards

How can you create a new file in the shared folder on Kali?

Using the command 'touch test.txt'.