Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which command displays the users who are currently logged in to the lin…

Question

which command displays the users who are currently logged in to the linux system?
a. finger
b. who
c. id
d. date

Explanation:

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