You are here: Home / Topics / Top Linux Commands for Disk Usage

Top Linux Commands for Disk Usage

Filed under: Linux on 2024-04-26 12:56:36

# Show free and used space on mounted filesystems
df -h

# Show free and used inodes on mounted filesystems
df -i

# Display disks partitions sizes and types
fdisk -l

# Display disk usage for all files and directories in human readable format
du -ah

# Display total disk usage off the current directory
du -sh
 

About Author:
M
Mr. Dubey     View Profile
Founder and CEO of MCQ Buddy. I just like to help others.