Multiple choice technology operating systems

which command is used to display information about local and remote users?

  1. finger

  2. whois

  3. who

  4. whoami

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

The finger command in Unix displays information about both local and remote users, including login name, terminal line, idle time, and office location. who shows only logged-in users, whoami shows only current username, and whois queries domain registration databases - not user information.