nerdexam
Juniper

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…

Cloud Fundamentals

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)
  • A
    7% (4)
  • B
    83% (45)
  • D
    9% (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

#Linux#RAM#system commands#/proc filesystem

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice