Maintain the integrity of Filesystems Flashcards

1
Q

What does the command df do

A

Shows the available disk space on a file system

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

What does the command du do

A

Displays the amount of disk space in use

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

What does the command inode do

A

stores info about files and folders such as permissions, ownerships, and file type. Most file systems contain a maximum number of inodes that it can contain

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

What does the command fsck do

A

Checks for errors on the disk and many other utilities

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

What does the command e2fsck do

A

File system check utility for ext2, ext3, and ext4 file systems. Can be used to replay the file systems journal

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

What does the command mke2fs do

A

utility for creating new ext2, ext3, or ext4 file systems

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

What does the command tune2fs

A

Utility used to adjust parameters on a ext2, ext3, or ext4 file systems

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

What does the command xfs_repair do

A

used to repair XFS file systems

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

what does the command xfs_fsr do

A

Reorganizes data stored in blocks on an XFS file system. Similar to running a defrag on a Windows file system

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

what does the command xfs_db do

A

debugs an XFS file system

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