SYNC.8
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- 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