Sep
07

Determine Disk Usage

By celso

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

du -sk * | sort -rn
Categories : Linux, Notes

Leave a Comment

You must be logged in to post a comment.