c89.1 1.4.2.4 chmod.1 1.17.2.6 doscmd.1 1.12.2.8 fsync.1 1.2.2.4 gasp.1 1.1.2.3 install.1 1.16.2.5 ls.1 1.33.2.12 nohup.1 1.6.2.3 pax.1 1.12.2.6 pwd.1 1.10.2.3 vacation.1 1.1.1.1.2.4 whois.1 1.15.2.4 ioctl.2 1.7.2.5 make.conf.5 1.12.2.8 rc.conf.5 1.64.2.28 boot_i386.8 1.23.2.6 comcontrol.8 1.15.2.4 disklabel.8 1.15.2.12 dump.8 1.27.2.8 fdisk.8 1.17.2.9 ipfw.8 1.63.2.14 kldload.8 1.7.2.5 lpd.8 1.14.2.7 mknod.8 1.11.2.6 mount_cd9660.8 1.12.2.3 mount_ntfs.8 1.6.2.5 moused.8 1.27.2.7 natd.8 1.27.2.8 ntptime.8 1.1.2.2 ping.8 1.25.2.6 ppp.8 1.209.2.29 reboot.8 1.10.2.3 restore.8 1.20.2.9 routed.8 1.15.2.6 sysctl.8 1.23.2.11 syslogd.8 1.22.2.11
58 lines
2.1 KiB
Groff
58 lines
2.1 KiB
Groff
.\" Copyright (c) 2000 Paul Saab <ps@FreeBSD.org>
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.\" %FreeBSD: src/usr.bin/fsync/fsync.1,v 1.2.2.4 2001/08/01 12:01:27 sheldonh Exp %
|
|
.\"
|
|
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/fsync.1,v 1.3 2001/05/14 01:07:23 horikawa Exp $
|
|
.\" WORD: permanent storage device ディスク [fsync.1]
|
|
.Dd June 15, 2000
|
|
.Dt FSYNC 1
|
|
.Os
|
|
.Sh 名称
|
|
.Nm fsync
|
|
.Nd メモリ上のファイルの状態とディスク上での状態を同期させる
|
|
.Sh 書式
|
|
.Nm
|
|
.Ar
|
|
.Sh 解説
|
|
.Nm
|
|
ユーティリティは、コマンドラインで与えられたすべてのファイルに対し、
|
|
変更のあるデータおよびメタデータをすべてディスクに書き込むように
|
|
します。
|
|
.Pp
|
|
.Nm
|
|
ユーティリティは、
|
|
.Xr fsync 2
|
|
ファンクションコールを使用します。
|
|
.Sh 関連項目
|
|
.Xr fsync 2 ,
|
|
.Xr sync 2 ,
|
|
.Xr syncer 4 ,
|
|
.Xr halt 8 ,
|
|
.Xr reboot 8
|
|
.Sh 歴史
|
|
.Nm
|
|
コマンドは、最初に
|
|
.Fx 4.3
|
|
で登場しました。
|