Linux Commands Helper
💬 Your AI-powered Linux assistant
Category 4: Disk Management Commands
df Command - Report Disk Space Usage
The df command displays the amount of disk space used and available on filesystems.
Read More →fdisk Command - Partition Disk Drives
The fdisk command is used to create, delete, and manage partitions on a hard disk.
Read More →lsblk Command - List Block Devices
The lsblk command displays information about block devices in a tree-like format.
Read More →vgextend Command - Extend Volume Group
The vgextend command adds physical volumes to an existing volume group.
Read More →hdparm Command - Get/Set Hard Disk Parameters
The hdparm command is used to view and set hardware parameters of hard drives.
Read More →pvcreate Command - Initialize Physical Volume
The pvcreate command prepares a physical volume for use by LVM.
Read More →lvcreate Command - Create Logical Volume
The lvcreate command creates a logical volume within a volume group.
Read More →testdisk Command - Partition Recovery Tool
The testdisk command helps recover lost partitions and repair disks.
Read More →du Command - Estimate file space usage
The du command is used to estimate file space usage.
Read More →blkid Command - Locate/print block device attributes
The blkid command is used to locate/print block device attributes.
Read More →mkfs Command - Build a Linux file system
The mkfs command is used to build a Linux file system.
Read More →fsck Command - File system consistency check and repair
The fsck command is used to check and repair Linux file systems.
Read More →mount Command - Mount filesystem to directory
The mount command is used to attach a filesystem to a specified directory in the Linux directory tree.
Read More →umount Command - Unmount file systems
The umount command is used to unmount file systems.
Read More →pvcreate Command - Initialize Physical Volume
The pvcreate command prepares a physical volume for use by LVM.
Read More →lvextend Command - Extend Logical Volume
The lvextend command extends the size of a logical volume.
Read More →vgextend Command - Extend Volume Group
The vgextend command adds physical volumes to an existing volume group.
Read More →