Which command displays details about every user currently logged into the system?

Choose the correct answer

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.

Which command displays details about every user curr… — Basic of linux unix | PakQuizHub