Is there a way to find the % of available disk space for A sub-directory? I am interested in /var/tmp and /var/spool. When I do a df -k, I only get stats for the /var and not it's subs.
The df command reports on the number of free blocks for a particular file system. There are no limitations on the particuar subdirectories within that file system. To find out how much space a particular directory is using, try the du command.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.