this post was submitted on 23 May 2025
38 points (88.0% liked)
Linux
7503 readers
234 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yea, I love
du -hd 1 | sort -h
when cleaning up. I absolutely love that I don't need any extra software to quickly locate whatever takes up space. I can do this on any machine without installing anything extra.Check out duf though
That's a completely different tool, though, no? I just do this for determining when I need to clean up:
Gives me enough information for this purpose and, again, does not require any additional software,
df
is part ofcoreutils
.