Module 5 Live Virtual Machine Labs 1-8 Flashcards
lab 5-1
Which of the following command is used to navigate to the root directory?
cd /
Which of the following sub-directories are part of the root directory? [Choose all that apply.]
boot
var
home
tmp
usr
Which command will allow you to find out the total space taken by each of the directories in a Linux system?
du -h –max-depth=1
Which type of partition moves items from the computer memory to its hard drive?
swap
Which of the following command lists all the partitions and their mount points on a hard disk?
mount
lab 5-2
What is the number of MBR partitions contained in a hard drive?
1
What is the maximum number of primary and extended partitions can you define on a hard drive?
4
Which command allows you to display the existing partitions on a disk?
fdisk -l
When using the gdisk command, what is the default GUID used?
8300
How many partitions does GPT allow you to create on a disk?
unlimited
lab 5-3
Which of the following tasks can be performed using disk management tools in Linux? [Choose all that apply.]
Monitor free and used space
Remove partitions
Specifying the type of filesystem on a partition
Create partitions
Which of the following information is displayed using the lsblk command? [Choose all that apply.]
The total size of the partition
The mount points if any available
The total size of the block
Which parameter should you use to list the empty devices with the lsblk command?
-a
Which parameter should you use to list the device size in bytes with the lsblk com
-b
Which parameter of the lsblk command will list only the main devices, not the slave devices?
-d
lab 5-4
When you boot a Linux system, the _____ filesystem is mounted as part of the initialization process.
the root (/) filesystem