Disk usage and management
1. df (Disk Filesystem Usage)
The df command displays the amount of disk space used and available on mounted filesystems.
Common Options:
-h → Human-readable format
-T → Shows file system type (e.g., ext4, xfs)
-i → Displays inode usage instead of di...
linuxfordevopssv.hashnode.dev2 min read