Usage: nice [OPTION] [COMMAND [ARG]...]
Run COMMAND with an adjusted niceness, which affects process scheduling.
With no COMMAND, print the current niceness. Nicenesses range from
-20 (most favorable scheduling) to 19 (least favorable).
-n, --adjustment=N add integer N to the niceness (default 10)
--help この使い方を表示して終了
--version バージョン情報を表示して終了
NOTE: your shell may have its own version of nice, which usually supersedes
the version described here. Please refer to your shell's documentation
for details about the options it supports.
Report nice bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: nice [OPTION] [COMMAND [ARG]...]
Run COMMAND with an adjusted niceness, which affects process scheduling.
With no COMMAND, print the current niceness. Nicenesses range from
-20 (most favorable scheduling) to 19 (least favorable).
-n, --adjustment=N add integer N to the niceness (default 10)
--help display this help and exit
--version output version information and exit
NOTE: your shell may have its own version of nice, which usually supersedes
the version described here. Please refer to your shell's documentation
for details about the options it supports.
Report nice bugs to bug-coreutils@gnu.org
GNU coreutils home page:
nice(1) nice(1)
名前
nice - スケジュール優先度を変更してプログラムを実行する
書式
nice [-n adjustment] [-adjustment] [--adjustment=adjustment] [command
[arg...]]
nice [--help] [--version]
説明
引数なしで実行すると、 nice は自身が継承したスケジューリング優先度を 表
示 する。それ以外の場合には、 nice はスケジューリング優先度を調整してか
ら与えられた command を実行する。
adjustment が与えられなかった場合には、 command の優先度は 10 増加さ れ
る。 nice によって調整できる優先度の範囲は -20 (優先度最高) から 19 (優
先度最低) までである。負の adjustment を与えるには適切な特権 (通常は ス
ーパーユーザー権限) が必要である。
ほ とんどのシェルには同名の組み込みコマンドがあるので、単に ‘nice’ とし
て実行すると、ここで記述されたものとは異なった機能のものが実行される だ
ろう。
オプション
-n adjustment, -adjustment, --adjustment=adjustment
command の優先度に加える値を、 10 ではなく adjustment にする。
--help 標準出力に使用方法のメッセージを出力して正常終了する。
--version
標準出力にバージョン情報を出力して正常終了する。
注意
プ ログラムのバグについては bug-sh-utils@gnu.org に報告してください。ペ
ージの更新は Ragnar Hojland Espinosa
NICE(1) User Commands NICE(1)
NAME
nice - run a program with modified scheduling priority
SYNOPSIS
nice [OPTION] [COMMAND [ARG]...]
DESCRIPTION
Run COMMAND with an adjusted niceness, which affects process schedul-
ing. With no COMMAND, print the current niceness. Nicenesses range
from -20 (most favorable scheduling) to 19 (least favorable).
-n, --adjustment=N
add integer N to the niceness (default 10)
--help display this help and exit
--version
output version information and exit
NOTE: your shell may have its own version of nice, which usually super-
sedes the version described here. Please refer to your shell’s docu-
mentation for details about the options it supports.
AUTHOR
Written by David MacKenzie.
REPORTING BUGS
Report nice bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa