Results 1 to 3 of 3
Ok really simple question... How do I display my system information... I just put in some more ram and I just wanna check the total amount I have.... Also, how ...
- 11-22-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
system information....
Ok really simple question... How do I display my system information... I just put in some more ram and I just wanna check the total amount I have.... Also, how do you display the amount of space left on your hard drive?
thanks a bunch
- 11-23-2006 #2I just put in some more ram and I just wanna check the total amount I have....Code:
cat /proc/meminfo
how do you display the amount of space left on your hard drive?Code:df -h
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-23-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
awsome thanks


Reply With Quote