Oracle
1Z0-409 · Question #143
As a user smith you executed the following command to change the default priority of the date command: [smith@station2 ~]$ nice --10 date nice : cannot set priority : Permission denied…
The correct answer is C. smith does not have the permission to change the nice value from the default to a lower value. See the full explanation below for the reasoning.
Question
As a user smith you executed the following command to change the default priority of the date command:
[smith@station2 ~]$ nice --10 date nice : cannot set priority : Permission denied [smith@station2 ~]$ What could be the reason for the error message?
Options
- Asmith does not have the SUID bit set on nice.
- Bsmith does not have the execute permission on nice.
- Csmith does not have the permission to change the nice value from the default to a lower value.
- Dsmith does not have the permission to change the nice value from the default to a higher value.
How the community answered
(21 responses)- A5% (1)
- B14% (3)
- C76% (16)
- D5% (1)
Community Discussion
No community discussion yet for this question.