Memory-disk synchronization: Difference between revisions

Content deleted Content added
m Categorizing article - You can help!
G8kay (talk | contribs)
Added references to mmap and msync
Line 5:
In [[Unix]]-like systems, a disk synchronization may be requested by any user with the '''sync''' command.
 
==See also==
 
* [[mmap]], a POSIX-compliant Unix system call that maps files or devices into memory
* [[msync]], a POSIX-compliant Unix system call that forcefully flush memory to disk and synchronize
 
[[category:Computer memory]]