Linux Interview Question and Answers
How do you check available memory in Linux? Description: The free command shows the amount of free and used memory in your system. Example: free -h -h makes the output human-readable by using units like MB and GB. What are…