Go to the previous, next section.
To use the du
command, type the following: (this sorts usage in
reverse numerical order)
du | sort -rn | more
UNIX responds by giving you a number that is the amount of disk space you're using, in kilobytes. Some systems give this number in 512 blocks, instead of K.
Go to the previous, next section.