The number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in? 1 year agoby Linux Questions The number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in? › Category: Linux Essentials › The number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in? Vote Up 0 Vote Down Linux Questions Staff asked 1 year ago The number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in? test –f USERS=5 test $USERS = 5 test $USERS,5 test $USERS –eq 5 test $USERS –a 5 Please login or Register to submit your answer Username or Email Address Password Remember Me FacebookXGoogle+PinterestLinkedIn