Multiple choice technology operating systems

Which comman can be used to find the user with which you are logged in the UNIX session

  1. "who am I" and "id"

  2. "who" and "who am I"

  3. "who" and "id"

  4. "who", "who am I", "id"

Reveal answer Fill a bubble to check yourself
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.