Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I 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




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Location
    Vernon BC Canada
    Posts
    35
    awsome thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...