O seguinte comando fornecerá informações humanas legíveis, sobre o tamanho de todos os diretórios, que são de até 2 níveis de diretórios abaixo do diretório atual:
du --max-depth=2 -h
du - estimate file space usage - man
--max-depth=N print the total for a directory only if it is N or fewer levels below the command line argument
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)