Disk Management ubuntudebiancentos beginner

Largest Directories

Show the 20 largest directories under the current path

Overview

Show the 20 largest directories under the current path

Commands

du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20