Deck 15: Linux File System Management and Administration
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
Play
Full screen (f)
Deck 15: Linux File System Management and Administration
1
The Linux file system has a hierarchical directory structure.
True
2
Linux treats all objects, such as devices and directories, as files.
True
3
Partitions are physical divisions of hard drives.
False
4
File systems write every metadata change on disk contiguously.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
You should always use the fsck command on a mounted file system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
All Linux partitions are contained under the ____ directory.
A) system
B) root
C) bottom
D) partition
A) system
B) root
C) bottom
D) partition
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
How many partitions can a hard drive have in Linux?
A) four
B) 12
C) 16
D) 32
A) four
B) 12
C) 16
D) 32
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
An extended partition can be divided into ____ logical partitions.
A) four
B) 12
C) 16
D) 32
A) four
B) 12
C) 16
D) 32
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
In Linux, partitions are named according to their ____.
A) mount point
B) size
C) type
D) location
A) mount point
B) size
C) type
D) location
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
Linux stores each file in the ____ directory.
A) /dev
B) /etc
C) /file
D) /loc
A) /dev
B) /etc
C) /file
D) /loc
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
A file system can be viewed as ____ blocks containing data.
A) linear
B) circular
C) rectangular
D) virtual
A) linear
B) circular
C) rectangular
D) virtual
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
The NFS file system is accessed with the ____ protocol.
A) DFS
B) NFS
C) FAT
D) Coda
A) DFS
B) NFS
C) FAT
D) Coda
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
The first block in a file system contains the ____.
A) kernel
B) applications
C) master block
D) data
A) kernel
B) applications
C) master block
D) data
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
Which file system block contains the boot sector?
A) Lead
B) Root
C) Master
D) Primary
A) Lead
B) Root
C) Master
D) Primary
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
The File Allocation Table (FAT) is a disk file system developed by ____.
A) Microsoft
B) Red Hat
C) Oracle
D) Apple
A) Microsoft
B) Red Hat
C) Oracle
D) Apple
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
Linux supports access to all versions of FAT using the ____ kernel module.
A) FAT
B) LFAT
C) VFAT
D) NFS
A) FAT
B) LFAT
C) VFAT
D) NFS
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
Which file system does not require a defragmentation utility?
A) FAT
B) FAT32
C) MINIX
D) ext4
A) FAT
B) FAT32
C) MINIX
D) ext4
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
Ext4 uses ____ to make sure blocks on a disk aren't corrupted, which can happen if the system crashes.
A) hash functions
B) mirror images
C) checksums
D) cyclical redundancy checks (CRCs)
A) hash functions
B) mirror images
C) checksums
D) cyclical redundancy checks (CRCs)
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
To ensure file system integrity, you use the ____ utility, which performs a sequential investigation of the file system.
A) mount
B) fsck
C) fdisk
D) mkfs
A) mount
B) fsck
C) fdisk
D) mkfs
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
If the fsck utility finds a misplaced directory or a file with no inode number, it places these directories and files in the ____ directory, which is created on each partition.
A) /lost+found
B) /temp
C) /corrupt
D) /fdsk
A) /lost+found
B) /temp
C) /corrupt
D) /fdsk
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
A hard drive contains three components: cylinders, heads, and ____.
A) segments
B) sectors
C) platters
D) laser reader
A) segments
B) sectors
C) platters
D) laser reader
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
Which command-line tool can create and modify the partition table provided by Linux?
A) mount
B) fsck
C) fdisk
D) mkfs
A) mount
B) fsck
C) fdisk
D) mkfs
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
You use the ____ command to create a Linux file system on a device.
A) mount
B) fsck
C) fdisk
D) mkfs
A) mount
B) fsck
C) fdisk
D) mkfs
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
File systems can be mounted with the ____ command.
A) mount
B) fsck
C) fdisk
D) mkfs
A) mount
B) fsck
C) fdisk
D) mkfs
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
What happens if you attempt to unmount a file or directory that is open?
A) The unmount occurs unconditionally without any warnings or prompts.
B) You receive a prompt to "close all files to continue" message.
C) You receive a message indicating the directory will be closed and the unmount will occur.
D) You get a"device is busy"error.
A) The unmount occurs unconditionally without any warnings or prompts.
B) You receive a prompt to "close all files to continue" message.
C) You receive a message indicating the directory will be closed and the unmount will occur.
D) You get a"device is busy"error.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
You can use the ____ command to find file system information.
A) mount
B) fsck
C) dumpe2fs
D) file
A) mount
B) fsck
C) dumpe2fs
D) file
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
____________________ is the most recent version of FAT.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
A(n) ____________________ is a set of contiguous physical blocks used to reduce fragmentation and improve performance.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
A(n) ____________________ is a calculated number that's sent with data to check its validity after it has been transmitted.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
With ____________________, the file system caches the data in a hidden file until the kernel has finished writing the data to a drive.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
____________________ is a technique for collecting information on free space from all disk partitions and storage devices into one logical volume.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
Match each statement with an item
-A collection of logical and physical volumes contained in a single unit.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-A collection of logical and physical volumes contained in a single unit.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Match each statement with an item
-Contains the filename and corresponding inode number.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Contains the filename and corresponding inode number.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
Match each statement with an item
-The slowest journaling mode.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-The slowest journaling mode.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
Match each statement with an item
-Contains all information about a file.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Contains all information about a file.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
Match each statement with an item
-Contains the boot loader and partition table.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Contains the boot loader and partition table.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
Match each statement with an item
-Only metadata is stored when this journaling mode is used.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Only metadata is stored when this journaling mode is used.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
Match each statement with an item
-Consists of blocks that store the data in a file.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Consists of blocks that store the data in a file.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
Match each statement with an item
-The default journaling mode.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-The default journaling mode.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
Match each statement with an item
-Stores information about the file system.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
-Stores information about the file system.
A) Superblock
B) Inode
C) Directory block
D) Data block
E) Data
F) Ordered
G) Writeback
H) Master Boot Record (MBR)
I) Volume group
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
Describe the two main file systems in Linux.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
Describe the Coda file system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
Why was the Second Extended (ext2) File System developed?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
Describe the Third Extended (ext3) File System.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
List five features of the Fourth Extended (ext4) File System.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
Describe the Fourth Extended (ext4) File System Multiblock allocation feature.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
How does the fsck utility verify file system integrity?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
How does Linux perform automatic mounting and unmounting?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
How does the Logical Volume Manager tool collect information on free space from all disk partitions and storage devices and place it into one logical volume?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
How is a logical volume divided and what tasks can be performed with the Logical Volume Manager (LVM) tool?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck