sync.2
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2 代码 · 共 30 行
2
30 行
.\" SCCSID: @(#)sync.2 8.2 1/28/91.TH sync 2.SH Namesync \- update super-block.SH Syntax.B void sync().SH Description.NXR "sync system call".NXR "file system" "examining"The.PN syncsystem call causes all information in memory that should be on disk to be written out.This includes modified superblocks,modified i-nodes, and delayed block I/O..PPPrograms that examine a file system,for example,.PN "fsck"or.PN "df,"use the .PN syncsystem call.The writing, although scheduled, is not necessarilycomplete upon return from .PN sync ..SH See Alsosync(1), fsync(2), update(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?