How to check disk space in Linux (command line)
df The df command stands for “disk-free,” and shows available and used disk space on the Linux system. df -h shows disk space in human-readable format df -T shows the disk usage along with each block’s filesystem type (e.g., xfs, ext2, ext3, btrfs, etc.) df -i shows used and free inodes du du shows the disk usage of files, folders, etc. […]