Example:
[pgdb@localhost home]$ df -H
Filesystem Size Used Avail Use% Mounted on
/dev/vda3 106G 12G 89G 12% /
tmpfs 22G 78k 22G 1% /dev/shm
/dev/vda1 204M 34M 160M 18% /boot
/dev/vda2 201G 136G 55G 72% /data1
/dev/vda6 201G 402M 191G 1% /data2
172.19.1.25:/data/pub
316G 216G 84G 73% /nfs
How to check disk space of a folder?
Example:
[pgdb@localhost home]$ df -H /home
Filesystem Size Used Avail Use% Mounted on
/dev/vda3 106G 12G 89G 12% /
Get more about df command using below?
df --help
or
man df
[pgdb@localhost home]$ df -H
Filesystem Size Used Avail Use% Mounted on
/dev/vda3 106G 12G 89G 12% /
tmpfs 22G 78k 22G 1% /dev/shm
/dev/vda1 204M 34M 160M 18% /boot
/dev/vda2 201G 136G 55G 72% /data1
/dev/vda6 201G 402M 191G 1% /data2
172.19.1.25:/data/pub
316G 216G 84G 73% /nfs
How to check disk space of a folder?
Example:
[pgdb@localhost home]$ df -H /home
Filesystem Size Used Avail Use% Mounted on
/dev/vda3 106G 12G 89G 12% /
Get more about df command using below?
df --help
or
man df
No comments:
Post a Comment