Modify process execution priorities Flashcards

1
Q

Which program would you use to launch a program with a priority?

A

nice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which program would you use to alter the priority of a running program?

A

renice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the default value of nice when used?

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the range of the nice values?

A

-20 to 19

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the highest nice priority?

A

-20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the default value of nice when a program is run wihtout nice?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is significant about reducing a process nice value?

A

only root can do it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly