When we use top or free -m -h command on terminal, we may have noticed the used memory. When Linux first read or write data, it is stored on unused areas of memory to accelerate the data access for future use. It is called caching. If this data is read again later, it can be […]