README: update URLs for bogomips.org
[pcu.git] / pcu-fsync.1.txt
blob958f0d36d62d320883eb7a3c566d30746be70999
1 % PCU-FSYNC(1) Page Cache Utilities Manual
2 % Eric Wong <normalperson@yhbt.net>
3 % Jan 26, 2010
5 # NAME
6 pcu-fsync - synchronizes a files in-core state with storage device
8 # SYNOPSIS
9 pcu-fsync [-D] [-d] FILE...
11 # DESCRIPTION
12 A command-line interface to the fsync(2) and fdatasync(2) system calls
13 to flush modified buffers for a given file to the underlying storage device.
14 This is useful for explicitly flushing files to the storage device when
15 using applications that fail to explicitly do so.
17 # OPTIONS
19 :   Flush the directory containing the file as well as the file
20     itself.  This is useful and needed if the file was recently
21     rename(2)-ed or created.
24 :   Flush data (but not metadata) using fdatasync(2).  This is for
25     special cases where applications do not require the performance
26     overhead of flushing metadata to the storage device.
28 # OUTPUT
29 Errors only.
31 # ENVIRONMENT
32 None.
34 # SEE ALSO
35 [`fsync`(2)][1]
36 [`fdatasync`(2)][2]
38 # BUGS
39 None known. Email <pcu@librelist.com> if you find any.
41 [1]: http://kernel.org/doc/man-pages/online/pages/man2/fsync.2.html
42 [2]: http://kernel.org/doc/man-pages/online/pages/man2/fdatasync.2.html