由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: How to set the priority of a process
相关主题
how to run background process after logoutwait on line: simple question
A Unix questionHow to use the command history in SUN?
Top on Solaris归纳法证个题,谁会?
关于nohup的问题Re: 怎么在UNIX下面放CD?
ps command 为何不显示 emacs process?what's the use of "ta"
再次急问: *.tgz 文件怎么解?have u use ";" in pine?
双面打印[转载] Re: 进入main()之前就死了
help on job control commandswhere can I find some good website for C Shell ?
相关话题的讨论汇总
话题: priority话题: process话题: set话题: top话题: command
进入Unix版参与讨论
1 (共1页)
D**e
发帖数: 10169
1
nice
t*n
发帖数: 14458
2
how to know the current priority of the process?
also, can you show me an example?

【在 D**e 的大作中提到】
: nice
H****s
发帖数: 160
3
top, to see the current priority
top has a r command, which mean renice. you can use r command to change the
priority of a process.
or you can run the process with:
nice +## yourproc
where ## is a number<20, with 19 to be the lowest priority.

【在 t*n 的大作中提到】
: how to know the current priority of the process?
: also, can you show me an example?

q*****m
发帖数: 73
4
what if the OS does not have "top"?

【在 H****s 的大作中提到】
: top, to see the current priority
: top has a r command, which mean renice. you can use r command to change the
: priority of a process.
: or you can run the process with:
: nice +## yourproc
: where ## is a number<20, with 19 to be the lowest priority.

H****s
发帖数: 160
5
donno. probably `ps` can give it too. if no `ps`, no idea

【在 q*****m 的大作中提到】
: what if the OS does not have "top"?
t*n
发帖数: 14458
6
//sign
no administrator right.
no priority increase
5555.............

【在 H****s 的大作中提到】
: donno. probably `ps` can give it too. if no `ps`, no idea
1 (共1页)
进入Unix版参与讨论
相关主题
where can I find some good website for C Shell ?ps command 为何不显示 emacs process?
two silly questions :-(再次急问: *.tgz 文件怎么解?
books about advanced UNIX command双面打印
how to stop "at"help on job control commands
how to run background process after logoutwait on line: simple question
A Unix questionHow to use the command history in SUN?
Top on Solaris归纳法证个题,谁会?
关于nohup的问题Re: 怎么在UNIX下面放CD?
相关话题的讨论汇总
话题: priority话题: process话题: set话题: top话题: command