Which command displays details about every user currently logged into the system?
Explanation
The 'who' command shows information about all users presently logged in. 'which' locates executable files, 'whoami' displays the current user's name, 'last -u' lists recent logins, and 'users' shows logged-in users but without detailed info.