nerdexam
Oracle

1Z0-403 · Question #94

You have logged in to station1 as the user smith and issued the following commands: [smith@station1 ~]$ groups smith apps writers [smith@station1 ~]$ cd /data [smith@station1 data]$ ls -l…

The correct answer is B. smith would have only read permission on /data/newtextfile. See the full explanation below for the reasoning.

Question

You have logged in to station1 as the user smith and issued the following commands: [smith@station1 ~]$ groups smith apps writers [smith@station1 ~]$ cd /data [smith@station1 data]$ ls -l newtextfile -rw-r-----+ 1 root writers 21 Apr 25 19:34 newtextfile [smith@station1 data]$ getfacl newtextfile # file: newtextfile # owner: root # group: writers user::rw- group::r-- group:apps:-w- #effective:--- mask::r-- other::--- Which statement is true?

Options

  • Asmith would not have any permissions on /data/newtextfile.
  • Bsmith would have only read permission on /data/newtextfile.
  • Csmith would have only write permission on /data/newtextfile.
  • Dsmith would have read and write permissions on /data/newtextfile.

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    79% (31)
  • C
    13% (5)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-403 Practice