Files
2024-02-19 00:21:39 -05:00

66 lines
642 B
Plaintext

Command: sync - flush the cache to disk
Syntax: sync
Flags: (none)
Example: sync # Write out all modified cache
blocks
MINIX maintains a cache of recently used disk blocks. The sync
command writes any modified cache blocks back to the disk. This is
essential before stopping the system, and should be done before running
any a.out program that might crash.