

InterviewSolution
Saved Bookmarks
1. |
What does print(os.geteuid()) print?(a) the group id of the current process(b) the user id of the current process(c) both the group id and the user of the current process(d) none of the mentionedThis question was addressed to me in an online quiz.My enquiry is from Operating System in section Mapping Functions and Modules of Python |
Answer» The CORRECT OPTION is (B) the user ID of the current process |
|