1.

Solve : Disk space check?

Answer»

Hi all,

Can ANYONE please help me to CHECK the disk space availble on my UNIX Box. The command should return the TOTAL disk size, used size and availbale FREE space.

Thanks in advance.

Regards,
Thiru, Quote

man df
The manual page
Code: [Select]df --helpFor other options. Code: [Select]df -h

That will give the values in "human" format.


Discussion

No Comment Found