Give a command line for displaying the number of users currently logged onthe system. Give the command line that performs the above task by counting once if a user is logged on multiple times.
What will be an ideal response?
who | wc -l
or
who | uniq | wc -l
or
users | uniq | wc -l
Computer Science & Information Technology
You might also like to view...
____________________ risks are known risks that have been accepted without providing a specific mitigation.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
In OpenOffice Base, a category of data that is the smallest usable fact collected for each record is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
As of the end of 2012, Pinterest claimed more than ________ million users
A) 59 B) 84 C) 96 D) 104
Computer Science & Information Technology
All fields in Word are listed under Document Property on the Quick Parts button
Indicate whether the statement is true or false
Computer Science & Information Technology