📄 sync.8
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -