Skip to content
Showing Linux folder size

Showing Linux folder size

June 25, 2019

Note

This post may be partially machine- or AI-translated. If there is any discrepancy, the Korean version takes precedence.

Current folder
du -hs

-h: print sizes in a human-readable format
-s: show only the total usage

Specific folder
du -hs path

Last updated on