The command df displays the available disk space on the file system which contains each file name argument. If the file name was not given, then the space available on all currently mounted file systems is shown. To know the available disk space on only device /home file system in human readable format, use the following command.
Command:
df -hT /home