sync.8
来自「操作系统设计与实现源码」· 8 代码 · 共 60 行
8
60 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?