nerdexam
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)
  • A
    5% (1)
  • B
    14% (3)
  • C
    76% (16)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice