Oracle
1Z0-877 · Question #176
Given: #id uid=101(user1) gid=10(user1) #su user2 and #tail -2 /etc/passwd user1:x:101:10:/export/home/user1:/bin/ksh user2:x:102:11:/export/home/user2:/bin/ksh What is the EUID and the EGID of the…
The correct answer is C. 102 and 11. See the full explanation below for the reasoning.
Question
Given:
#id uid=101(user1) gid=10(user1) #su user2 and #tail -2 /etc/passwd user1:x:101:10:/export/home/user1:/bin/ksh user2:x:102:11:/export/home/user2:/bin/ksh What is the EUID and the EGID of the new user?
Options
- A101 and 11
- B101 and 10
- C102 and 11
- D102 and 10
How the community answered
(30 responses)- A10% (3)
- B17% (5)
- C70% (21)
- D3% (1)
Community Discussion
No community discussion yet for this question.