Posted in linux
264
11:30 pm, April 28, 2020

Find Disk Space Usage using DU

The easiest way to check the space used in a directory in linux is this command:

du -h

This will do the current directory and all its sub directories.

if you want to see a specific one type this

du -h ./images

this will show you in human readable format the size of the directory content.

37M ./images

Find Disk Space Usage using DU Demo

View Demo Full Screen View Demo New Tab

Find Disk Space Usage using DU Code

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here