Wednesday, September 16, 2015

How to check how much RAM you have installed in Linux


  1. Open terminal
  2. Type

    free -mt
This command will output the memory in megabytes

No comments:

Post a Comment