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
Was this answer helpful? 0 Users Found This Useful (0 Votes)