OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / nohup.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU nohup man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" 
18 .TH nohup 1 "18 June 2002" "GNU Shell Utilities 2.1"
19 .\"O .SH NAME
20 .\"O nohup \- run a command immune to hangups
21 .SH 名前
22 nohup \- ハングアップに反応しないようにしてコマンドを実行する
23 .\"O .SH SYNOPSIS
24 .SH 書式
25 .BI nohup " command " [ arg... ]
26 .sp
27 .B nohup [\-\-help] [-\-version]
28 .\"O .SH DESCRIPTION
29 .SH 説明
30 .\"O .B nohup
31 .\"O runs the given
32 .\"O .I command
33 .\"O with hangup signals ignored so that the command can continue running in
34 .\"O the background after you log out.
35 .B nohup
36 はハングアップシグナルを無視するかたちで
37 .I command
38 を実行する。こうすると
39 .I command
40 は、ログアウトした後もバックグランド実行を続けることができる。
41 .PP
42 .\"O The scheduling priority increased by 5, so it has a slightly smaller
43 .\"O chance to run. If the standard output is a terminal, it and the standard error
44 .\"O are redirected so that they are appended to the file `nohup.out'; if that
45 .\"O cannot be written to, they are appended to the file `$HOME/nohup.out'.
46 .\"O If that cannot be written to, the command is not run.
47 スケジューリング優先度は 5 増やされるので、
48 実行の割り当て時間はやや小さくなる。
49 標準出力が端末のときは、
50 標準出力と標準エラー出力は `nohup.out'
51 へ追加書き込みモードでリダイレクトされる。 `nohup.out'
52 へ書き込めない場合は `$HOME/nohup.out' へ追加書き込みする。
53 それでも書き込めない場合は、コマンドは実行されない。
54 .PP
55 .\"O If
56 .\"O .B nohup
57 .\"O creates the file `nohup.out' or `$HOME/nohup.out', it creates it with
58 .\"O `go-rwx' permissions.  It does not change the permissions of those files
59 .\"O if they already existed.
60 .B nohup
61 が 'nohup.out' もしくは '$HOME/nohup.out' を生成したときは、
62 そのファイルのパーミッションは `go-rwx' になる。
63 対象のファイルがすでに存在するときは、
64 ファイルのパーミッションの変更はしない。
65 .PP
66 .\"O .B nohup
67 .\"O does not automatically put the command it runs in the background; you
68 .\"O must do that explicitly, by ending the command line with an `&'.
69 .B nohup
70 は自動的にはコマンドをバックグランドに送らないので、
71 コマンドラインの末尾に `&' をつけて、
72 ユーザーが明示的にバックグラウンドへ送る指定をする必要がある。
73 .\"O .SH OPTIONS
74 .SH オプション
75 .\"O When GNU
76 .\"O .B nohup
77 .\"O is invoked with exactly one argument, the following options are recognized:
78 GNU
79 .B nohup
80 が引数一つだけで起動された場合には、
81 以下のオプションが認識される:
82 .TP
83 .B "\-\-help"
84 .\"O Print a usage message on standard output and exit successfully.
85 標準出力に使用方法のメッセージを出力して正常終了する。
86 .TP
87 .B "\-\-version"
88 .\"O Print version information on standard output then exit successfully.
89 標準出力にバージョン情報を出力して正常終了する。
90 .\"O .SH NOTES
91 .SH 注意
92 .\"O Report bugs to bug-sh-utils@gnu.org.
93 .\"O Page updated by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
94 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
95 ページの更新は Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が行っています。