.\" 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 .\" .\" GNU nice man page .\" man pages are NOT obsolete! .\" .\" .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved. .\" Translated Sun 12 Mar 2000 by NAKANO Takeo .\" .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 が行っています。