CompTIA
XK0-004 · Question #198
An administrator wants to know the amount of memory installed on a Linux server. Which of the following commands can be used to accomplish this task?
The correct answer is B. cat /proc/meminfo. Even the reference says it is cat /proc/meminfo: $ cat /proc/meminfo MemTotal: 4039588 kB MemFree: 142400 kB
System Management
Question
An administrator wants to know the amount of memory installed on a Linux server. Which of the following commands can be used to accomplish this task?
Options
- Acat /sys/proc/meminfo
- Bcat /proc/meminfo
- Ccat /proc/sys/meminfo
- Dcat /sys/meminfo
How the community answered
(48 responses)- A2% (1)
- B90% (43)
- C6% (3)
- D2% (1)
Explanation
Even the reference says it is cat /proc/meminfo: $ cat /proc/meminfo MemTotal: 4039588 kB MemFree: 142400 kB
Topics
#/proc/meminfo#memory information#proc filesystem#system resources
Community Discussion
No community discussion yet for this question.