UNIX/Linux: Count How Many User in the System

You can find how many users are currently logged on to the UNIX/Linux system by executing below command:

# who -q
root root root root root itsiti root osadm
users=8

You May Also Like

Leave a Reply?