If the home directory, say /home, is a filesystem (mount point), then you could use df. If it's only a directory, then use du.
 
Code:
df -h /home
du -sh /home
Răspunsul a fost util? 0 utilizatori au considerat informația utilă (0 Voturi)