Maintain the integrity of Filesystems Flashcards
What does the command df do
Shows the available disk space on a file system
What does the command du do
Displays the amount of disk space in use
What does the command inode do
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
What does the command fsck do
Checks for errors on the disk and many other utilities
What does the command e2fsck do
File system check utility for ext2, ext3, and ext4 file systems. Can be used to replay the file systems journal
What does the command mke2fs do
utility for creating new ext2, ext3, or ext4 file systems
What does the command tune2fs
Utility used to adjust parameters on a ext2, ext3, or ext4 file systems
What does the command xfs_repair do
used to repair XFS file systems
what does the command xfs_fsr do
Reorganizes data stored in blocks on an XFS file system. Similar to running a defrag on a Windows file system
what does the command xfs_db do
debugs an XFS file system