Home / Programming MCQs / Linux MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. What does the following command do?

Code:
$ who | wc –l
(A) Indicate the number of connected users
(B) List users
(C) Specify the number of users in the system
(D) Display the content of the command line
Explanation by: Jatin Dubey
This command indicates the number of users connected to a session.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.