RHEL Linux - Red Hat System Administration Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Study for the RHEL Linux - Red Hat System Administration Exam. Enhance your knowledge with flashcards and multiple-choice questions, complete with hints and explanations. Prepare for your certification!

Practice this question and more.


In RHEL, which command is used to check system memory usage?

  1. free

  2. memory

  3. memusage

  4. raminfo

The correct answer is: free

The command used to check system memory usage in RHEL is "free." This command provides a straightforward and comprehensive overview of the system's memory status, including total memory, used and free memory, shared memory, buffers, and cached memory. By executing the command with the option `-m`, you can display the memory usage in megabytes, which often makes it easier to read and understand at a glance. The other options do not represent valid commands in the context of checking memory usage on RHEL. "memory," "memusage," and "raminfo" are not standard utilities available in the Linux command-line environment for monitoring memory statistics. Hence, they do not provide the functionality required to check system memory usage, making "free" the correct and most effective choice for this purpose.