Module 5 Review Quiz Flashcards

1
Q

Which of the following commands can only be used to create partitions on a GPT hard disk?
a. gdisk
b. cfdisk
c. fdisk
d. parted

A

a. gdisk

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

After a partition on a hard disk is formatted with a filesystem, all partitions on that hard disk drive must use the same filesystem. True or False?
a. True
b. False

A

b. False

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

You want to see the filesystems that are in use on the system. What command could you use? (Choose all that apply.)
a. cat /etc/fstab
b. df -T
c. cat /etc/mtab
d. ls /sys/block

A

b. df -T
c. cat /etc/mtab

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

Jim has just installed two new SAS SSDs in his system. He properly installs the hardware in his machine. Before he can use them for data storage and retrieval, what must he do? (Choose all that apply.)

a. Mount the two SSDs so they are accessible by the operating system.

b. Mount a filesystem to each of SSDs.

c. Create one or more partitions on each of the SSDs.

d. Use the vi editor to edit /etc/mtab and create an entry for the SSDs.

e. Mount any partitions created on the two SSDs such that they are accessible by the operating system.

f. Format any partitions created on the SSDs with a valid filesystem recognized by Linux.

A

c. Create one or more partitions on each of the SSDs.

e. Mount any partitions created on the two SSDs such that they are accessible by the operating system.

f. Format any partitions created on the SSDs with a valid filesystem recognized by Linux.

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

Given the following output from /etc/fstab, which filesystems will be automatically checked on boot by the fsck command?

/dev/sda1 / ext4 defaults 1 1

none /dev/pts devpts gid=5,mode=620 1 0

none /proc proc defaults 0 1

none /dev/shm tmpfs defaults 1 0

/dev/sdc2 swap swap defaults 0 1

/dev/dvd /media/dvd iso9660 noauto,ro 0 0

a. none, as fsck must be run manually for each filesystem

b. /, /dev/pts, and /dev/shm

c. /, /proc, and swap

d. all of them, as fsck is run automatically at boot for all filesystems

A

c. /, /proc, and swap

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

A user mounts a device to a mount point directory and realizes afterward she needs files previously found within the mount point directory. What should this user do?

a. Nothing; the files are lost and cannot ever be accessed.

b. Nothing; the files could not have been there because you can only mount to empty directories.

c. Unmount the device from the directory.

d. Run the fsck command to recover the file.

e. Look in the lost+found directory for the file.

A

c. Unmount the device from the directory.

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

Which command is used to display the amount of free space that exists on a filesystem?

a. fsck	
b. quota	
c. du	
d. df
A

d. df

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

What must you do to successfully run the fsck command on a filesystem?

a. Run the fsck command with the -u option to automatically unmount the filesystem first.

b. Choose yes when warned that running fsck on a mounted filesystem can cause damage.

c. Unmount the filesystem.

d. Ensure that the filesystem is mounted.

A

c. Unmount the filesystem.

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

Character devices typically transfer data more quickly than block devices. True or False?
a. True
b. False

A

b. False

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

What does the du -s /var command do?

a. shows the users connected to the /var directory

b. shows the size of all directories within the /var directory

c. dumps the /var directory

d. displays the total size of the /var directory

A

d. displays the total size of the /var directory

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

What does the command dumpe2fs –h do?

a. backs up an ext2 filesystem

b. displays the number of used and available inodes for an ext2/ext3/ext4 filesystem

c. dumps an ext2 filesystem

d. nothing; it is not a valid command

A

b. displays the number of used and available inodes for an ext2/ext3/ext4 filesystem

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

Which command can be used to repair an XFS filesystem?

a. fsck -t xfs /dev/sdb1

b. e2fsck /dev/sdb1

c. fsck.xfs /dev/sdb1

d. xfs_repair /dev/sdb1

A

d. xfs_repair /dev/sdb1

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

Which of the following statements are true? (Choose all that apply.)

a. Quotas can only limit user space.

b. Quotas can only limit the number of files a user can own.

c. Quotas can limit both user space and the number of files a user can own.

d. Hard limits can never be exceeded.

e. Hard limits allow a user to exceed them for a certain period of time.

f. Soft limits can never be exceeded.

g. Soft limits allow a user to exceed them for a certain period of time.

h. Either a hard limit or a soft limit can be set, but not both concurrently.

A

c. Quotas can limit both user space and the number of files a user can own.

d. Hard limits can never be exceeded.

g. Soft limits allow a user to exceed them for a certain period of time.

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

A device file _______________________. (Choose all that apply.)

a. has no inode section
b. has no data section
c. displays a major and minor number in place of a file size
d. has a fixed size of 300 kilobytes

A

b. has no data section

c. displays a major and minor number in place of a file size

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

Which of the following statements regarding LVM structure is correct?

a. PVs are collections of VGs

b. LVs are created from the free space available within PVs

c. VGs are comprised of one or more PVs

d. PVs use the space within LVs to create VGs

A

c. VGs are comprised of one or more PVs

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

The lvextend command can be used to add unused space within a volume group to an existing logical volume. True or False?
a. True
b. False

A

a. True

17
Q

You plug a USB flash memory drive into a system that has two SATA hard disks. How will the partition on this USB flash memory drive be identified by Linux?

a. /dev/sda1	
b. /dev/sda2	
c. /dev/sdb1	
d. /dev/sdc1
A

d. /dev/sdc1

18
Q

Which command mounts all existing filesystems in /etc/fstab?
a. mount -f
b. mount -a
c. mount /etc/fstab
d. mount /etc/mtab

A

b. mount -a

19
Q

A user runs the fsck command with the -f option on an ext4 filesystem that is showing signs of corruption. How would that user locate any files the system was unable to repair?

a. Look in the root of the filesystem.

b. The system prompts the user for a target location when it comes across a file it cannot repair.

c. Mount the filesystem and check the lost+found directory underneath the mount point.

d. View the contents of the directory /lost+found.

A

c. Mount the filesystem and check the lost+found directory underneath the mount point.

20
Q

Which command is used to format a partition on a hard disk drive with the ext4 filesystem?

a. format_ext4 device	
b. ext4mkfs device	
c. e2mkfs –t ext4 device	
d. makeext4FS device
A

c. e2mkfs –t ext4 device