Multiple choice

Which command can be used to get information about all users who are currently logged in the system?

  1. Which

  2. Who

  3. Who am i

  4. l /u

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The who command displays information about all users currently logged into the system, including their terminal lines, login times, and remote hostnames. 'who am i' shows only the current user, and 'which' shows command locations.