Results 1 to 2 of 2
Is there a way to determine the memory usage (used/unused) on my hard drive - (with some command-line entries at the c(k)onsole)?...
- 12-30-2009 #1
Used/Unused memory on hard drive
Is there a way to determine the memory usage (used/unused) on my hard drive - (with some command-line entries at the c(k)onsole)?
- 12-30-2009 #2df is for partitions and free is for RAM/Swap.Code:
df -h free -m
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote