Linux / Unix - Checking Free Disk Space

Originally published at: https://www.cyberciti.biz/faq/check-free-space/

How do I check free disk space in Linux or UNIX operating system? I’ve migrated from Windows NT to Linux and looking forward to getting more information about free disk space on Unix-like systems using the command line. Can you tell me the Linux command to check the free disk space?

fdisk -l = available disks, and df -h = usage and free space.
more: nu11secur1ty (nu11secur1ty) · GitHub
BR