Linux Command Line Basics: Part 5

In today’s post we’ll learn a few Linux system information commands: 1. df – disk free. This commands displays filesystem and disk space usage for all partitions. If option ‘-h’ (human-readable) is used with the command, it will generate the report using KB/MB/GB units instead of number of blocks which are displayed when the command is used without any options. 2. free...