You can check amount of space used and available with the df -h command.
Something like: df -h /name-of-directory
should print out the used and available space on the directory.
Another command you can use is du -h which can see the amount of space a particular file or directory is using.
|