processes commands Flashcards
(5 cards)
1
Q
what does the nice command do?
A
allows you set the nice value to processes aka helps changes the proioirty of it
2
Q
what does the following command do?
nice –n 19 ps –l
A
starts the ps -l with a nice value of 19
3
Q
true or false the nice value is between -19 and 20
A
FALSE its -20 and 20
4
Q
what happens if you do not add a value to the -n argument for nice?
A
it will assume a nice value of +10
5
Q
what does the renice command do?
A
allows you to change the nice value of a processes that has started