Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!ucsd!ucbvax!ulysses!swfc From: swfc@ulysses.att.com (Shu-Wie F Chen) Newsgroups: comp.unix.questions Subject: sync(2) versus sync(8) Message-ID: <13278@ulysses.att.com> Date: 2 Jul 90 17:55:44 GMT Sender: netnews@ulysses.att.com Reply-To: swfc@ulysses.att.com (Shu-Wie F Chen) Organization: AT&T Bell Labs Lines: 16 According to the man page for fsync(2) on a Sun-4: ...some description about fsync... Note: this is different than sync(8) which schedules disk I/O for all files (as though an fsync() had been done on all files) but returns before the I/O completes. ... However, I can't find sync in section 8 of the man pages. What does it actually do? How does it differ from sync(2) which writes out all information in core memory that should be on disk. Thanks, *swfc