I am looking for a way to modify a process' priority through command line.I found the builtin (bash) nice
and the command renice
which allow to modify the niceness of the process, but not the actual priority which is calculated by the kernel.
Is there a command which allows to set the priority?(Or am I confused between niceness and priority?)