Module 5 Test Flashcards

1
Q

Jackson wants to automatically mount a secondary internal hard drive when his Linux workstation boots up. In which of the following files should he configure an entry for the partition on the drive that he wants to mount?

a. /etc/ftab	
b. /etc/crontab	
c. /etc/mtab	
d. /etc/fstab
A

d. /etc/fstab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Aria has modified the hard disk that hosts the operating system by using the fdisk command. The fdisk command indicates that the new partition information must be manually reloaded. Which of the following should she do next? (Choose two. Either answer is independently correct.)

a. Run the parted command
b. Run the partprobe command
c. Run the cfdisk program
d. Reboot the system

A

b. Run the partprobe command
d. Reboot the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following would be the device file for the third partition on the second SATA drive on a Linux system?
a. /dev/hdb3
b. /dev/hdc2
c. /dev/sdb3
d. /dev/sdc2

A

c. /dev/sdb3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If the physical extent of a volume group is set to 32MB, what is the maximum logical volume size?

a. 256GB	
b. 512GB	
c. 1TB	
d. 2TB
A

d. 2TB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following commands cannot be used to create an exFAT filesystem on a USB thumb drive that is recognized as /dev/sdb?

a. mkfs.exfat /dev/sdb1	
b. mkfs exfat /dev/sdb1	
c. mkexfatfs /dev/sdb1	
d. mke2fs.exfat /dev/sdb1
A

b. mkfs exfat /dev/sdb1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Clint has run the command parted /dev/sdb and wants to display a list of the existing partitions that exist on that drive. Which of the following commands can he use to display the existing partitions?

a. disp	
b. list	
c. print	
d. display
A

c. print

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Callie wants to make sure that a filesystem is checked every 20 days. Which of the following options, when used with the tune2fs command, would set a full filesystem check to run every 14 days?

a. -i 14	
b. -i 14d	
c. -d 14	
d. -i 336
A

b. -i 14d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Not Answered
Question Workspace
Check My Work
Elijah is done working with an external USB hard drive and wants to properly disconnect it. Which of the following commands should he use before unplugging the USB cable?

a. unmount	
b. disable	
c. umount	
d. mount --eject
A

c. umount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly