find the free space of a particular directory

Hi Guys,

I want to find the free space of a particular directory,,

Regards,
Magesh

The free space is for file systems...
It is true that sometimes it seem transparent for the name of the directory is the mount point of the filesystem... but not always...

so we cant check for the free space of a directory as we do in windows???

I suppose windows does the same: it gives the free space in the "partition"

That said your directory must be in a filesystem, so you will have to find the free space for that latter, and like in windows the free space is valid at that exact moment for the directory, but also for all other directories within that filesystem...

---------- Post updated at 16:29 ---------- Previous update was at 16:28 ----------

do a man df