Results 1 to 2 of 2
What command can I use on any given linux system to display the details of hard disks in a system? i.e. how big they are and how much space is ...
- 02-15-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 9
displaying the size and used space of disks
What command can I use on any given linux system to display the details of hard disks in a system? i.e. how big they are and how much space is currently used?
- 02-15-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
Hi,
This one is easy.
df -k (the size will be in KB)
Regards,
Vasko


Reply With Quote