SUN
310-200 · Question #184
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
(44 responses)- A2% (1)
- B5% (2)
- C84% (37)
- D9% (4)
Community Discussion
No community discussion yet for this question.