.\"O .TH UPDATEDB 1 \" -*- nroff -*- .TH UPDATEDB 1 .\"O ---------------------------------------- .\"O .SH NAME .\"O updatedb \- update a file name database .SH 名前 updatedb \- ファイル名データベースの更新 .\"O ---------------------------------------- .\"O .SH SYNOPSIS .\"O .B updatedb [\fIoptions\fP] .\"O . .SH 書式 \fBupdatedb [\fP\fIoptions\fP\fB]\fP . .\"O ---------------------------------------- .\"O .SH DESCRIPTION .\"O This manual page .\"O documents the GNU version of .\"O .BR updatedb , .\"O which updates file name databases used by GNU .\"O .BR locate . .\"O The file name databases contain lists of files that were in .\"O particular directory trees when the databases were last updated. .\"O The file name of the default database is determined when \fBlocate\fP .\"O and \fBupdatedb\fP are configured and installed. The frequency with .\"O which the databases are updated and the directories for which they .\"O contain entries depend on how often \fBupdatedb\fP is run, and with .\"O which arguments. .SH 説明 このマニュアルページは GNU 版 \fBupdatedb\fP の使用法を説明しています。 \fBupdatedb\fP は、 GNU 版 \fBlocate\fP で用いるファイル名データベースを更新するために用いられます。 ファイル名データベースには、最後に更新された時点において、特定のディレクトリ以下に存在していたファイルのリスト情報が入っています。 デフォルトのデータベースのファイル名は \fBlocate\fP と \fBupdatedb\fP が設定、インストールされたときに決定されます。 データベースの更新頻度と、どのディレクトリの内容をデータベースにエントリとして追加するかは、 \fBupdatedb\fP を実行させる頻度と実行時の引数によって決まります。 .\"O ---------------------------------------- .\"O .P .\"O In networked environments, it often makes sense to build a database at .\"O the root of each filesystem, containing the entries for that filesystem. .\"O .B updatedb .\"O is then run for each filesystem on the fileserver where that .\"O filesystem is on a local disk, to prevent thrashing the network. .\"O Users can select which databases \fBlocate\fP searches using an .\"O environment variable or command line option; see \fBlocate\fP(1). .\"O Databases cannot be concatenated together. .P ネットワーク環境では、データベースをそれぞれのファイルシステムのルートに作成して、そこにそのファイルシステムのエントリを持たせるようにするのが適切です。 そしてそれぞれのファイルシステムにおいては、 \fBupdatedb\fP を (そのファイルシステムをローカルディスクに持っている) ファイルサーバーで実行するようにすれば、ネットワークの余分なトラフィックを防ぐことができます。 ユーザーは \fBlocate\fP に検索させるデータベースを、 環境変数やコマンドラインから指定できます。 \fBlocate\fP(1) を参照してください。 データベースは結合することはできません。 .\"O ---------------------------------------- .\"O .P .\"O The .\"O .B LOCATGE02 .\"O database format was introduced in GNU findutils .\"O version 4.0 in order to allow machines with different byte orderings .\"O to share the databases. GNU .\"O .B locate .\"O can read both the old and .\"O .B LOCATE02 .\"O database formats, though .\"O support for the old pre-4.0 database format will be removed shortly. .\"O . .P GNU findutils バージョン 4.0 において、 データベースフォーマット \fBLOCATGE02\fP が導入されました。 これはバイトオーダーが異なるマシン間において、データベースの共有を可能とするためのものです。 GNU \fBlocate\fP は、 従来の古いフォーマットと、 \fBLOCATE02\fP のフォーマットを、 いずれも読み込むことができます。 バージョン 4.0 までの古いフォーマットは、 いずれ削除される予定です。 . .\"O ---------------------------------------- .\"O .SH OPTIONS .SH オプション .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-findoptions='\fI\-option1 \-option2...\fP' .\"O Global options to pass on to \fBfind\fP. .\"O The environment variable \fBFINDOPTIONS\fP also sets this value. .\"O Default is none. .TP \fB\-\-findoptions='\fP\fI\-option1 \-option2...\fP\fB'\fP \fBfind\fP に受け渡すグローバルオプションを指定します。 環境変数 \fBFINDOPTIONS\fP によりこの値を設定することもできます。 デフォルトは未設定です。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-localpaths='\fIpath1 path2...\fP' .\"O Non-network directories to put in the database. .\"O Default is /. .TP \fB\-\-localpaths='\fP\fIpath1 path2...\fP\fB'\fP データベースに取り込むネットワーク以外のディレクトリを指定します。 デフォルトは / です。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-netpaths='\fIpath1 path2...\fP' .\"O Network (NFS, AFS, RFS, etc.) directories to put in the database. .\"O The environment variable \fBNETPATHS\fP also sets this value. .\"O Default is none. .TP \fB\-\-netpaths='\fP\fIpath1 path2...\fP\fB'\fP データベースに取り込むネットワークディレクトリ (NFS, AFS, RFS 等) を指定します。 デフォルトでは何も取り込みません。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-prunepaths='\fIpath1 path2...\fP' .\"O Directories to not put in the database, which would otherwise be. .\"O Remove any trailing slashes from the path names, otherwise .\"O .B updatedb .\"O won't recognise the paths you want to omit (because it uses them as .\"O regular expression patterns). .\"O The environment variable \fBPRUNEPATHS\fP also sets this value. .\"O Default is /tmp /usr/tmp /var/tmp /afs. .TP \fB\-\-prunepaths='\fP\fIpath1 path2...\fP\fB'\fP データベースに取り込まないディレクトリを明示的に指定します。 指定しなかったものは、 逆に取り込まれるものとなります。 パス名の最後のスラッシュは取り除いてください。 そうしないと \fBupdatedb\fP は、 取り除くべきパスとして判断しません (そのような指定は、 正規表現パターンとして用いられるからです)。 環境変数 \fBPRUNEPATHS\fP によりこの値を設定することもできます。 デフォルトは /tmp /usr/tmp /var/tmp /afs です。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-prunefs='\fIpath...\fP' .\"O File systems to not put in the database, which would otherwise be. .\"O Note that files are pruned when a file system is reached; .\"O any file system mounted under an undesired file system will be .\"O ignored. .\"O The environment variable .\"O \fBPRUNEFS\fP also sets this value. .\"O Default is \fInfs NFS proc\fP. .TP \fB\-\-prunefs='\fP\fIpath...\fP\fB'\fP データベースに取り込まないファイルシステムを指定します。 指定しなかったものは逆に取り込まれるものとなります。 なおファイルシステムが取り込まれた際には、 ファイルが削除されることに留意してください。 つまり予定していないファイルシステムのもとに、ファイルシステムがマウントされると、それは無視されてしまうことに注意してください。 環境変数 \fBPRUNEFS\fP により、 この値を設定することもできます。 デフォルトは \fInfs NFS proc\fP です。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-output=\fIdbfile\fP .\"O The database file to build. .\"O Default is system-dependent. In Debian GNU/Linux, the default .\"O is /var/cache/locate/locatedb. .TP \fB\-\-output=\fP\fIdbfile\fP 作成するデータベースのファイル名を指定します。 デフォルトはシステムによって異なります。 Debian GNU/Linux の場合、デフォルトは /var/cache/locate/locatedb です。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-localuser=\fIuser\fP .\"O The user to search non-network directories as, using \fBsu\fP(1). .\"O Default is to search the non-network directories as the current user. .\"O You can also use the environment variable \fBLOCALUSER\fP to set this user. .TP \fB\-\-localuser=\fP\fIuser\fP ネットワーク以外のディレクトリを検索するユーザーを指定します。 その際には \fBsu\fP(1) が利用されます。 ネットワーク以外のディレクトリ検索を行うのは、 デフォルトはカレントユーザーです。 環境変数 \fBLOCALUSER\fP を用いて、 ユーザーを設定することもできます。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-netuser=\fIuser\fP .\"O The user to search network directories as, using \fBsu\fP(1). .\"O Default is \fBdaemon\fP. .\"O You can also use the environment variable \fBNETUSER\fP to set this user. .TP \fB\-\-netuser=\fP\fIuser\fP ネットワークディレクトリを検索するユーザーを指定します。 その際には \fBsu\fP(1) が利用されます。 デフォルトは \fBdaemon\fP です。 環境変数 \fBNETUSER\fP を用いてユーザーを設定することもできます。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-dbformat=F .\"O Create the database in format F. The default format is called LOCATE02. .\"O Alternatively the .\"O .B slocate .\"O format is also supported. When the .\"O .B slocate .\"O format is in use, the database produced is marked as having security .\"O level 1. If you want to build a system-wide .\"O .B slocate .\"O database, you may want to run .\"O .B updatedb .\"O as root. .TP \fB\-\-dbformat=F\fP フォーマット F のデータベースを生成します。 デフォルトのフォーマットは LOCATE02 と呼ばれるものです。 この他に \fBslocate\fP フォーマットもサポートされています。 \fBslocate\fP フォーマットが用いられた場合、 生成されるデータベースのセキュリティレベルは 1 です。 システムワイドな \fBslocate\fP データベースを構築しようとする場合、 \fBupdatedb\fP の実行は root により行う必要があるかもしれません。 .\"O ---------------------------------------- .\"O .TP .\"O .B \-\-version .\"O Print the version number of .\"O .B updatedb .\"O and exit. .TP \fB\-\-version\fP \fBupdatedb\fP のバージョンを表示して終了します。 .\"O ---------------------------------------- .\"O .TP .\"O .B "\-\-help" .\"O Print a summary of the options to .\"O .B updatedb .\"O and exit. .\"O . .TP \fB\-\-help\fP \fBupdatedb\fP のオプションに関するまとめを表示して終了します。 . .\"O ---------------------------------------- .\"O .SH "BUGS" .\"O The .\"O .B updatedb .\"O program correctly handles filenames containing newlines, .\"O but only if the system's sort command has a working .\"O .I \-z .\"O option. If you suspect that .\"O .B locate .\"O may need to return filenames containing newlines, consider using its .\"O .I \-\-null .\"O option. .\"O . .SH バグ \fBupdatedb\fP プログラムは、 ファイル名に改行文字が含まれていても正しく動作します。 ただしこれは、システム上にある sort コマンドの \fI\-z\fP オプションが適切に動作する場合に限ります。 \fBlocate\fP の返り値であるファイル名に改行文字が含まれていなければおかしい、と疑われる場合には、\fI\-\-null\fP オプションの利用を検討してください。 . .\"O ---------------------------------------- .\"O .SH "REPORTING BUGS" .\"O GNU findutils online help: .\"O .br .\"O Report any translation bugs to .SH バグ報告 GNU findutils オンラインヘルプ: .br 翻訳に関するバグ報告 .\"O ---------------------------------------- .\"O .PP .\"O Report any other issue via the form at the GNU Savannah bug tracker: .PP その他の問題について GNU Savannah バグトラッカー経由での報告: .\"O ---------------------------------------- .\"O .RS .\"O .RS .\"O ---------------------------------------- .\"O .RE .\"O General topics about the GNU findutils package are discussed at the .\"O .I bug\-findutils .\"O mailing list: .RE GNU findutils パッケージのメーリングリスト \fIbug\-findutils\fP において議論されている全般的なトピック: .\"O ---------------------------------------- .\"O .RS .\"O .RS .\"O ---------------------------------------- .\"O .RE .\"O . .RE . .\"O ---------------------------------------- .\"O .SH COPYRIGHT .\"O Copyright \(co 1994-2021 Free Software Foundation, Inc. .\"O License GPLv3+: GNU GPL version 3 or later . .\"O .br .\"O This is free software: you are free to change and redistribute it. .\"O There is NO WARRANTY, to the extent permitted by law. .\"O . .SH 著作権 Copyright \(co 1994\-2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. . .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O .BR find (1), .\"O .BR locate (1), .\"O .BR xargs (1), .\"O .BR locatedb (5) .SH 関連項目 \fBfind\fP(1), \fBlocate\fP(1), \fBxargs\fP(1), \fBlocatedb\fP(5) .\"O ---------------------------------------- .\"O .PP .\"O Full documentation .\"O .br .\"O or available locally via: .\"O .B info updatedb .PP 完全なドキュメント .br またローカルにおいては \fBinfo updatedb\fP により参照できます。 .\"O ----------------------------------------