Q. Which command is used to check system memory usage?
β
Correct Answer: (A)
free -h
Explanation: 'free -h' shows total, used, and free memory in human readable format.