[CentOS] Invisible files and disk space

Thu Oct 8 18:41:53 UTC 2020
Jonathan Billings <billings at negate.org>

On Thu, Oct 08, 2020 at 12:31:34PM -0400, centos2 at foxengines.net wrote:
> find / -maxdepth 1 -xdev -type d | while read; do du -shx $d; done

If you want to use du to find sparse files, add --apparent-size.

-- 
Jonathan Billings <billings at negate.org>