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?
A.
101 and 11
B.
101 and 10
C.
102 and 11
D.
102 and 10
Explanation: