On 08/10/2018 08:24 PM, andré wrote:
> nice -n 1 (command)
> .or.
> nice --adjustment=1 (command)
> 
> produces niceness of 10

how do you check this?

> on a system with default niceness of 0
> coreutils version 8.25
> package coreutils-8.25-3.mga6.src.rpm compiled 2017-05-02 by Mageia
> 
> expected behavior :
> produce niceness of 1

I cannot reproduce here ('nice' wasn't changed to this regard since 8.25):

  $ nice --version | head -n1
  nice (GNU coreutils) 8.30
  $ nice
  0
  $ nice -n 1 nice
  1

'nice' only adds 10 if I don't specify a number:

  $ nice nice
  10

Could you please show us a reproducer?

Have a nice day,
Berny



Reply via email to