Vidyalelo
Python · Q44

Module in Python

Programming · Python · question 44

Q44

What does print(os.geteuid()) print?

A.
the group id of the current process
B.
the user id of the current process
Answer
C.
both the group id and the user of the current process
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board