Which comman can be used to find the user with which you are logged in the UNIX session
-
"who am I" and "id"
-
"who" and "who am I"
-
"who" and "id"
-
"who", "who am I", "id"
D
Correct answer
Explanation
All three commands can be used to identify the logged-in user: 'who' lists all logged-in users, 'who am I' shows the current user's terminal session info, and 'id' displays detailed user and group information. The question asks which combination can be used, and all three are valid for finding user information.