add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
SYNC(8) Minix Programmer's Manual SYNC(8)
NAME
sync - flush the cache to disk
SYNOPSIS
sync
OPTIONS
(none)
EXAMPLES
sync # Write out all modified cache blocks
DESCRIPTION
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.
SEE ALSO
sync(2), shutdown(8).
1