Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 14 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 14

Entering "cat /proc/meminfo" at a command line will reveal everything
important the kernel knows about memory and swap.

Similarly, "cat /proc/cpuinfo" for the CPU(s), "cat /proc/version"
for the kernel info including what compiler was used to build it, etc.

There's a bunch of "files" (and "directories" containing "files) in
/proc that can be simply typed out (via "cat") for information. "files"
and "directories" are in quotes because /proc is a virtual filesystem.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Memory check Or get search suggestion and latest updates.


Tagged: