Chapter 5 - Linux Filesystem Administration Flashcards

1
Q

The directory off the root where device files are typically stored.

A

/dev directory

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

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.

A

/etc/fstab

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

A file that stores a list of currently mounted filesystems.

A

/etc/mtab

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

A file that contains currently used device information.

A

/proc/devices

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

The areas of a storage medium unable to store data properly.

A

bad blocks

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

Used to list UUIDs for filesystems and GPT partitions.

A

blkid command

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

The unit of data commonly used by filesystem commands; a _____ can contain several sectors.

A

block

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

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.

A

block devices

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

Used to partition hard disks; displays a graphical interface in which the user can select partitioning options.

A

cfdisk command

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

The storage devices that transfer data to and from the system one data bit at a time; they are represented by _____________ files.

A

character devices

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

A series of tracks on a hard disk that are written to simultaneously by the magnetic heads in a hard disk drive.

A

cylinder

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

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.

A

device file

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

Used to display disk free space by filesystem

A

df (disk free space) command

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

The limits on the number of files, or total storage space on a filesystem, available to a user.

A

disk quotas

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

Used to display directory usage.

A

du (directory usage) command

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

Used to set a description label on an ext2/ext3/ext4 filesystem.

A

e2label command

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

Used to specify quota limits for users and groups.

A

edquota command

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

Used to unmount and eject CD/DVD removable media.

A

eject command

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

Used to set a description label on an exFAT filesystem.

A

exfatlabel command

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

Used to set a description label on a FAT filesystem.

A

fatlabel command

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

Used to create and modify MBR and GPT partitions.

A

fdisk command

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

The errors in a filesystem structure that prevent the retrieval of stored data.

A

filesystem corruption

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

The process in which a filesystem is placed on a disk device.

A

formatting

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

Used to check the integrity of a filesystem and repair damaged files.

A

fsck (filesystem check) command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Used to identify any users or processes using a particular file or directory
fuser command
26
Used to create and modify GPT partitions. It uses an interface that is very similar to fdisk.
gdisk (GPT fdisk) command
27
A disk quota that the user cannot exceed.
hard limit
28
Used to display storage device information including type, size, major number, minor number, and mount point.
lsblk command
29
Used to display USB devices that are attached to the system, such as a USB flash memory drive.
lsusb command
30
Used to create LVM logical volumes.
lvcreate command
31
Used to view LVM logical volumes.
lvdisplay command
32
Used to add space from VGs to existing LVM logical volumes.
lvextend command
33
Used to view LVM logical volumes.
lvscan command
34
Used to format (create) filesystems.
mkfs (make filesystem) command
35
Used to create an ISO image from one or more files on the filesystem.
mkisofs command
36
Used to re-create a device file, provided the major number, minor number, and type (character or block) are known.
mknod command
37
Used to prepare newly created swap partitions for use by the Linux system.
mkswap command
38
Used to mount filesystems on devices to mount point directories.
mount command
39
The directory in a file structure to which something is mounted.
mount point
40
A process used to associate a device with a directory in the logical directory tree such that users can store data on that device.
mounting
41
Used to create and modify MBR and GPT partitions.
parted (GNU Parted) command
42
Used to request that partition tables be reloaded by the Linux kernel.
partprobe command
43
The block size used by the LVM when storing data on a volume group.
physical extent (PE) size
44
A partition that is used by the LVM.
Physical Volumes (PVs)
45
Used to create LVM physical volumes.
pvcreate command
46
Used to view LVM physical volumes.
pvdisplay command
47
Used to view LVM physical volumes
pvscan command
48
Used to view disk quotas imposed on a user.
quota command
49
Used to deactivate disk quotas.
quotaoff command
50
Used to activate disk quotas.
quotaon command
51
The limits that can be imposed on users and groups for filesystem usage.
quotas
52
Used to produce a report on quotas for a particular filesystem.
repquota command
53
Used to change the size of an ext2/ext3/ext4 filesystem after creation; it is normally used after an LV has been extended to include additional space.
resize2fs command
54
The filesystem containing most files that make up the operating system; it should have enough free space to prevent errors and slow performance.
root filesystem
55
The smallest unit of data storage on a hard disk; _____ are arranged into concentric circles called tracks and can be grouped into blocks for use by the system
sector
56
A disk quota that the user can exceed for a certain period of time.
soft limit
57
Used to disable a partition for use as virtual memory on the Linux system.
swapoff command
58
Used to enable a partition for use as virtual memory on the Linux system.
swapon command
59
The process of writing data stored in RAM to a filesystem.
syncing
60
The area on a hard disk that forms a concentric circle of sectors.
track
61
Used to modify ext2/ext3/ext4 filesystem parameters.
tune2fs command
62
A system process used to manage device files for block and character devices.
udev daemon
63
Used to break the association between a device and a directory in the logical directory tree.
umount command
64
A unique identifier given to a filesystem or GPT partition when it is created; it can be used to identify that filesystem or GPT partition afterwards.
Universally Unique Identifier (UUID)
65
Used to create an LVM VG.
vgcreate command
66
Used to view an LVM VG
vgdisplay command
67
Used to add physical volumes to an LVM VG
vgextend command
68
Used to view LVM VGs.
vgscan command
69
A special filesystem that is used by the Linux kernel for operating system use only; /sys, /dev, /run, and /proc are examples of virtual filesystems.
virtual filesystem
70
A group of PVs that are used by the LVM
Volume Group (VG)
71
Used to view and configure parameters for an XFS filesystem, including the description label.
xfs_admin command
72
Used to view XFS filesystem information and parameters.
xfs_db command
73
Used to reorganize and optimize an XFS filesystem.
xfs_fsr command
74
Used to change the size of an XFS filesystem after creation; it is normally used after an LV has been extended to include additional space.
xfs_growfs command
75
Used to obtain usage information for an XFS filesystem; it can also be used to change the size of an XFS filesystem after creation.
xfs_info command
76
Used to configure and manage disk quotas for an XFS filesystem.
xfs_quota command
77
Used to check the integrity of an XFS filesystem and repair damaged files.
xfs_repair command