Which of the following commands will display a summarization of quotas for a filesystem?

Which of the following commands will display a summarization of quotas for a filesystem?

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

Which of the following commands can be used to display general hardware information for the entire system?

Which of the following is a virtual filesystem that is made up of virtual files that a Linux operating system is able to export information to about kernel sub-systems, hardware devices, and device drivers to

make it easy for users to access the information?

Which of the following is a type of software that allows a piece of hardware to host multiple operating systems?

If a Linux installation ends abnormally and the screen displays a fatal signal 11 error, what type of error has occurred?

Each SCSI device attached to a system must be assigned an ID number. What is this ID number called?

Which of the following can be used to mount a filesystem? (Choose all that apply.)

A device path such as /dev/sdb2

Which of the following commands will display a summarization of quotas for a filesystem?

Which command should you run after installing a new kernel module to update the module dependency database?

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

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

Leonard wants to find detailed information about the Bluetooth kernel module. Which of the following commands can he use to display this information?

Which of the following commands can be used to display the filesystem and partition UUIDs on a Linux system?

Which of the following directories is created by default when an ext2, ext3, or ext4 filesystem is created on a device that is used by the fsck utility?

What file in the /proc directory contains a list of memory address ranges reserved for device use?

To ensure that Linux has detected the correct amount of RAM in the system after installation, you should view the contents ofwhat file in the proc directory?

Select the command that can be used to change the root filesystem to a different directory, such as when you are in a rescue environment.

On a system using the KVM hypervisor, which of the following modules would you expect to see as part of the output of the lsmod command on a guest Linux virtual machine?

Which of the following commands will prompt to convert an MBR partition to GPT, thus destroying all existing MBR partitions on a disk?

Which of the following commands will display the current CPU(s) detected by a Linux system?

Whichofthefollowing canbeused toshowtheblockdevices ona Linux system? (Choose two.)

Chapter 5 & 6 Study Guide

Ch 5-6 Study Guide Page 1

Which of the following commands can be used to display the filesystem and partition UUID?

You can find the UUID of all the disk partitions on your Linux system with the blkid command. The blkid command is available by default on most modern Linux distributions. As you can see, the filesystems that has UUID are displayed. A lot of loop devices are also listed.

Which of the following commands can be used to create an activate a swap partition on a Linux system?

The mkswap command is used to set up a Linux swap area on a device or in a file.

Which command is used to create or update the quota database files?

user) using quotacheck command. The first time the system is booted with Linux disk quotas enabled in /etc/fstab, quotas are not turned on because the quota database files for the filesystem do not exist. The Linux quotacheck command is used to create these files.

What command is most effective at displaying types of files?

The ls command is used to list files.