The following describes the basic Linux Command df and the du command parameters in linux. I hope this will be helpful for your learning. Df command parameters in linux: the df command parameters in linux are used to view the status information of the Linux File System and display the capacity, used, unused, and mount points of each partition. For example, df-k displays information about each partition in kilobytes KB. df-h displays information about each partition in GB. df-a displays all partitions, including partitions with a size of 0. df -T: displays the du command parameters in linux, such as the partition type EXT2 or EXT3: in linux, The du command parameter is used to view the file or folder size. For example, du-B/home is displayed in bytes. The size of du-ks home in the/home folder is displayed in kilobytes. The total size of the/home folder is displayed in Linux. basic command df and du command parameters in linux.
Author: yingbin920