CompTIA
XK0-005 · 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
(44 responses)- A2% (1)
- B91% (40)
- C5% (2)
- D2% (1)
Explanation
Even the reference says it is cat /proc/meminfo: $ cat /proc/meminfo MemTotal: 4039588 kB MemFree: 142400 kB
Topics
#Linux Commands#System Monitoring#/proc Filesystem#Memory Information
Community Discussion
No community discussion yet for this question.