gpt4 book ai didi

linux - 如何将负整数传递给 renice?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:34:45 26 4
gpt4 key购买 nike

有些 bin 使用 getopt 来解析命令选项,比如 renice。
int getopt(int argc, char * const argv[], const char *optstring);

root@m0032:/ # renice -t normal 10 6428  <br/>
root@m0032:/ # ps -p -P| grep com.spreadwin.popinfosc <br/>
u0_a49 6428 309 658016 21800 30 10 0 0 bg SyS_epoll_ b6cbb2e0 S com.spreadwin.popinfosc <br/>
root@m0032:/ # <br/>
root@m0032:/ # renice -t normal -10 6428 <br/>
renice: invalid option -- 1 <br/>
USAGE: renice [[-r] [-t TYPE] priority pids ...] [-g pid] <br/>
1|root@m0032:/ # <br/>

最佳答案

getopt :

The special argument ‘--’ forces in all cases the end of option scanning.

据此,renice -t normal -- -10 6428 应该可以工作。

关于linux - 如何将负整数传递给 renice?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50967918/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com