Linux OS Management Question:
What does the following command do?
who | wc -l
a) List the number of users logged in
b) List the users
c) List the number of users in the system
d) Display the content of who command

Answer:
a) List the number of users logged in