File: nice.1

package info (click to toggle)
manpages-ja 0.5.0.0.20120606-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,964 kB
  • sloc: perl: 161; makefile: 116
file content (66 lines) | stat: -rw-r--r-- 2,431 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.\" You may copy, distribute and modify under the terms of the LDP General
.\" Public License as specified in the LICENSE file that comes with the
.\" gnumaniak distribution
.\"
.\" The author kindly requests that no comments regarding the "better"
.\" suitability or up-to-date notices of any info documentation alternative
.\" is added without contacting him first.
.\"
.\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
.\"
.\"     GNU nice man page
.\"     man pages are NOT obsolete!
.\"     <ragnar@ragnar-hojland.com>
.\"
.\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
.\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\" 
.TH nice 1 "18 June 2002" "GNU Shell Utilities 2.1"
.SH 名前
nice \- スケジュール優先度を変更してプログラムを実行する
.SH 書式
.B nice
.BI "[\-n " adjustment "] [\-" adjustment "] [\-\-adjustment=" adjustment ]
.BI [ command " [" arg... ]]
.sp
.B nice [\-\-help] [\-\-version] 
.SH 説明
引数なしで実行すると、
.B nice
は自身が継承したスケジューリング優先度を表示する。
それ以外の場合には、
.B nice
はスケジューリング優先度を調整してから
与えられた
.I command
を実行する。
.P
.I adjustment
が与えられなかった場合には、
.I command
の優先度は 10 増加される。
.B nice
によって調整できる優先度の範囲は -20 (優先度最高) から 19 (優先度最低)
までである。負の
.I adjustment
を与えるには適切な特権 (通常はスーパーユーザー権限) が必要である。
.P
ほとんどのシェルには同名の組み込みコマンドがあるので、
単に `nice' として実行すると、
ここで記述されたものとは異なった機能のものが実行されるだろう。
.SH オプション
.TP
.BI "\-n " adjustment ", \-" adjustment ", \-\-adjustment=" adjustment
.I command
の優先度に加える値を、 10 ではなく
.I adjustment
にする。
.TP
.B "\-\-help"
標準出力に使用方法のメッセージを出力して正常終了する。
.TP
.B "\-\-version"
標準出力にバージョン情報を出力して正常終了する。
.SH 注意
プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
ページの更新は Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が行っています。