Showing: 11 - 11 of 11 RESULTS

Linux – how to display file system disk space statistics

In Linux there are lot of ways to disk size and/or space, but the ‘Disk Filesystem’ (df) command is old reliable and has been around a long time.   The ‘df’ command provides a summary of disk space and free space, which I find myself coming back to time after time. Basic Command Format DF -<<Option>>   <<File>> Example ‘Disk Filesystem’, Command df -h -h = Human readable in MegaBytes For more details in Linux df –help Example Command Output root@BlogSrvr1 /]# df -h Filesystem            Size  Used Avail Use% Mounted on /dev/mapper/vg_BlogSrvr1-lv_root 36G   34G   16M 100% / tmpfs                 3.9G     0  …