Q. What does the following command do?
Code:
$ who | wc –l
β
Correct Answer: (A)
Indicate the number of connected users
Explanation: This command indicates the number of users connected to a session.