JN0-214 · Question #53
Which two Linux commands would you use to show the amount of RAM in your system? (Choose two.)
The correct answer is B. free -h C. cat /proc/meminto. The free -h command in Linux displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The cat /proc/meminfo command displays real-time information about the system's memory usage as well as the buffers and…
Question
Which two Linux commands would you use to show the amount of RAM in your system? (Choose two.)
Options
- Acat /proc/cpuinfo
- Bfree -h
- Ccat /proc/meminto
- Ddf -h
How the community answered
(54 responses)- A7% (4)
- B83% (45)
- D9% (5)
Explanation
The free -h command in Linux displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The cat /proc/meminfo command displays real-time information about the system's memory usage as well as the buffers and shared memory used by the kernel.
Topics
Community Discussion
No community discussion yet for this question.