/**/ Question Hub Archives - Dextutor

Question Hub

Difference between Access, Modification and Change Time in Linux?

Have you ever used the stat command? If yes, then a common question asked is what is the difference between access, modification and change time? Access Time: is the time when the file was last accessed or read. For example, using the cat, head or an editor. But remember you did not modify the contents. …

Difference between Access, Modification and Change Time in Linux? Read More »

Difference between Contiguous Memory Allocation, Paging and Segmentation

A common question that comes to our mind is – What is the difference between Contiguous Memory allocation, Paging and Segmentation? We will understand this concept with an individual example, explaining each of the three concepts. Contiguous Memory Allocation In contiguous memory allocation the entire address space of the process is together. For example, if …

Difference between Contiguous Memory Allocation, Paging and Segmentation Read More »