GNU coreutils: block size related to df command

ABOUT df df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls. [bash] $df Filesystem 1K-blocks Used Available Use% Mounted on udev 1921644 …