In Unix, in order to find the disk space statistics of mounted volumes, use the following command:
df -h
The output will show the size of volume, the used space and the available free space in the Mb and Gb format.
Eg:
Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 465Gi 275Gi 190Gi 60% /
df -h
The output will show the size of volume, the used space and the available free space in the Mb and Gb format.
Eg:
Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 465Gi 275Gi 190Gi 60% /
No comments:
Post a Comment