Find the answer to your Linux question:
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)?...
  1. #1
    Just Joined! newyorkpaulie's Avatar
    Join Date
    Jan 2007
    Location
    New York City
    Posts
    25

    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)?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
    df -h
    free -m
    df is for partitions and free is for RAM/Swap.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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