Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man2/sync.2
Real path: /usr/share/man/man2/sync.2
Zurück
'\" te .\" Copyright (c) 1989, AT&T. All rights reserved. .\" Copyright (c) 1997, Oracle and/or its affiliates. All rights reserved. .TH sync 2 "5 Jul 1990" "Oracle Solaris 11.4" "System Calls" .SH NAME sync \- update super block .SH SYNOPSIS .LP .nf #include <unistd.h> \fBvoid\fR \fBsync\fR(\fBvoid\fR); .fi .SH DESCRIPTION .sp .LP The \fBsync()\fR function writes all information in memory that should be on disk, including modified super blocks, modified inodes, and delayed block I/O. .sp .LP Unlike \fBfsync\fR(3C), which completes the writing before it returns, \fBsync()\fR schedules but does not necessarily complete the writing before returning. .SH USAGE .sp .LP The \fBsync()\fR function should be used by applications that examine a file system, such as \fBfsck\fR(8), and \fBdf\fR(8), and is mandatory before rebooting. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ Standard See \fBstandards\fR(7). .TE .sp .SH SEE ALSO .sp .LP \fBfsync\fR(3C), \fBattributes\fR(7), \fBstandards\fR(7), \fBdf\fR(8), \fBfsck\fR(8)