How to find the top 10 largest files or directories in Linux

du -a /var | sort -n -r | head -n 10

Comments

Popular posts from this blog

Error 401.1 "Unauthorized: Access is denied due to invalid credentials"

SQL Server 2005: MUST_CHANGE is ON