nice 값을 늘릴때는
nice 값을 줄일때에는
[링크 : http://blog.nextcube.pe.kr/115]
man page를 봐도 먼가.. 직관적으로 와닫지 않는 설명 .. -_-a
# nice -5 command args |
nice 값을 줄일때에는
# nice -n -5 command args |
man page를 봐도 먼가.. 직관적으로 와닫지 않는 설명 .. -_-a
Synopsis
nice [OPTION] [COMMAND [ARG]...]
Description 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
|
'Linux' 카테고리의 다른 글
ps / top 차이점? (0) | 2014.09.17 |
---|---|
rdate / ntp (0) | 2014.09.17 |
bash VI 모드 / Emacs 모드 (0) | 2014.09.03 |
bash 파일 상태 관련 if (0) | 2014.09.01 |
audit (0) | 2014.08.30 |