nerdexam
Oracle

1Z0-876 · Question #51

Val wants to change the permissions on a file to remove access for all user that are not in the file's group. She also wants the group permissions to allow the file to have read and write access…

The correct answer is B. chmod 660 ./data. See the full explanation below for the reasoning.

Question

Val wants to change the permissions on a file to remove access for all user that are not in the file's group. She also wants the group permissions to allow the file to have read and write access. Val can currently read and write the file. Which octal mode with the chmod command will set those permissions?

Options

  • Achmod 664 ./data
  • Bchmod 660 ./data
  • Cchmod 775 ./data
  • Dchmod 550 ./data

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    83% (30)
  • C
    11% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice