Linux: Find Disk Usage of Files and Directories
Working with servers, you might need to check the information of disk usage of files and directories on your machine. "du" (Disk Usage) command serves this purpose in Linux/Unix. The "du" command disp…