0

How to check grand total disk usage space in linux

hello i have tried to check my disk usage on linux by using du -sh but it shows the total usage size. i want to check grant totat uasge of my directory which means in my directory i having 10 files and 5 folders. i want to see how much size occupied by that particular folders and files.

Disk–usage Add a comment
kishore
asked Oct 20 2017

Answer

0

still You can verify the Size of the particular Folder by using the du -sh command

usage: du -sh Name_of_the_directory

Add a comment
linuxhelp
asked Jan 29 2019
Post your Answer