Finding all large files in the root filesystem

find . -type d -size +100M

find -type f -exec du -Sh {} + | sort -rh | head -n 5

Comments

Popular posts from this blog

GSuite

How to install Openbox

Exim Cheat Sheet