Determine Disk Usage

This command will show the number of KBs used for all non-hidden files and folders in the current directory:

du -sk * | sort -rn

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.