Skip to content

knuckleheadTech

  • Home

Linux..command DU

May 16, 2024 by Joshua Seeley-Williams

Standard human readable

du -h

Human readable looking for the 5 largest in the current dir

sudo du -hs * | sort -rh | head -5
sudo du -a | sort -n -r | head -n 5
Categories linux.commands
Linux..command NsLookup

Categories

  • linux.commands
  • pwsh.AD
  • pwsh.AppMgmt
  • pwsh.Azure
  • pwsh.Tasks
© 2025 knuckleheadTech • Built with GeneratePress