which command displays the users who are currently logged in to the linux system?\n a. finger\n b. who\n c…

which command displays the users who are currently logged in to the linux system?\n a. finger\n b. who\n c. id\n d. date
Answer
Brief Explanations:
In Linux, the 'who' command is used to display information about users currently logged in. The 'finger' command can provide user - related information but is not the most common for just showing currently logged - in users. The 'id' command shows user identity information and the 'date' command shows the current date and time.
Answer:
B. who