sync - flush the cache to disk
sync
(none)
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.
sync(2), shutdown(8).