SYNC.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH SYNC 8
  2. .SH NAME
  3. sync - flush the cache to disk
  4. .SH SYNOPSIS
  5. fBsyncfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. (none)
  19. .SH EXAMPLES
  20. .EX "sync" "Write out all modified cache blocks"
  21. .SH DESCRIPTION
  22. .PP
  23. s-2MINIXs+2
  24. maintains a cache of recently used disk blocks.
  25. The 
  26. .I sync
  27. command writes any modified cache blocks back to the disk.
  28. This is essential before stopping the system, and should be done before
  29. running any
  30. .I a.out
  31. program that might crash.
  32. .SH "SEE ALSO"
  33. .BR sync (2),
  34. .BR shutdown (8).