Chapter 5 - Linux Filesystem Administration Flashcards
The directory off the root where device files are typically stored.
/dev directory
A file used to specify which filesystems to mount automatically at boot time and queried by the mount command if an insufficient number of arguments are specified.
/etc/fstab
A file that stores a list of currently mounted filesystems.
/etc/mtab
A file that contains currently used device information.
/proc/devices
The areas of a storage medium unable to store data properly.
bad blocks
Used to list UUIDs for filesystems and GPT partitions.
blkid command
The unit of data commonly used by filesystem commands; a _____ can contain several sectors.
block
Storage devices that transfer data to and from the system in chunks of many data bits by caching the information in RAM; they are represented by ________ files.
block devices
Used to partition hard disks; displays a graphical interface in which the user can select partitioning options.
cfdisk command
The storage devices that transfer data to and from the system one data bit at a time; they are represented by _____________ files.
character devices
A series of tracks on a hard disk that are written to simultaneously by the magnetic heads in a hard disk drive.
cylinder
A file used by Linux commands that represents a specific device on the system; these files do not have a data section and use major and minor numbers to reference the proper driver and specific device on the system, respectively.
device file
Used to display disk free space by filesystem
df (disk free space) command
The limits on the number of files, or total storage space on a filesystem, available to a user.
disk quotas
Used to display directory usage.
du (directory usage) command
Used to set a description label on an ext2/ext3/ext4 filesystem.
e2label command
Used to specify quota limits for users and groups.
edquota command
Used to unmount and eject CD/DVD removable media.
eject command
Used to set a description label on an exFAT filesystem.
exfatlabel command
Used to set a description label on a FAT filesystem.
fatlabel command
Used to create and modify MBR and GPT partitions.
fdisk command
The errors in a filesystem structure that prevent the retrieval of stored data.
filesystem corruption
The process in which a filesystem is placed on a disk device.
formatting
Used to check the integrity of a filesystem and repair damaged files.
fsck (filesystem check) command
Used to identify any users or processes using a particular file or directory
fuser command
Used to create and modify GPT partitions. It uses an interface that is very similar to fdisk.
gdisk (GPT fdisk) command
A disk quota that the user cannot exceed.
hard limit
Used to display storage device information including type, size, major number, minor number, and mount point.
lsblk command
Used to display USB devices that are attached to the system, such as a USB flash memory drive.
lsusb command
Used to create LVM logical volumes.
lvcreate command