This command finds the 20 largest files and folders under a specific directory in Linux:

  
    sudo du -a /www | sort -n -r | head -n 20
  

Add a Comment

All comments are moderated before publication. These HTML tags are permitted: <p>, <b>, <i>, <a>, and <blockquote>. This site is protected by reCAPTCHA (for which the Google Privacy Policy and Terms of Service apply).