du -sk *| sort -rn
du -a /home | sort -n -r | head -n 5
du -hs * | sort -rh | head -5
du -Sh | sort -rh | head -5
find -type f -exec du -Sh {} + | sort -rh | head -n 5
(Visited 60 times, 1 visits today)
du -sk *| sort -rn
du -a /home | sort -n -r | head -n 5
du -hs * | sort -rh | head -5
du -Sh | sort -rh | head -5
find -type f -exec du -Sh {} + | sort -rh | head -n 5
Chinchu A. Thomas is an Infrastructure Analyst specializing in Microsoft Azure, the Microsoft 365 suite, AWS, and Windows infrastructure management products.