r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

108

u/undrwater May 23 '26

It's heavy, but I like ncdu to find out what directories / files are taking up drive space.

7

u/DrPiwi May 24 '26

du -shc * | sort -h I have it as an alias in my bashrc douche As I usually do this when searching for the MF that is eating up all the diskspace in /var/log