answersLogoWhite

0


Best Answer

who command gives the list of users who have currently logged in......

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command of list of user names who have currently logged in?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command displays the users who are currently logged into the Linux system?

There are a series of commands, depending on what and how much information you want on logged in users. The commands are: who w users finger (if installed)


What is a UNIX command that will count how many users have logged on and also the users list in the UNIX system?

There are many ways to do this, but the fastest and easiest is to use the 'uptime' command, which will tell you in a summary line how many users are logged in.


How can you get a list of users currently logged onto a computer?

Task manager- users tab


How can you get a list of users currently logged onto the computer?

Press Control, Alt, Delete. Alternatively, right click the taskbar and choose "Task Manager" from the context menu and you'll see the Task Manager. Choose the "Users" tab. It will list users currently logged in!


What command is used to see a list of all services currently installed?

chkconfig --list


Write a shell program called whos to display a sorted list of the logged in usersJust display the user names and no other information?

The 'users' command should do that; you don't need to write a shell script to get that information in that format.


When one enters the who command in Linux what information does one see?

The basic 'who' command lets you see the time of last system boot; list of users logged-in; the current run level, etc.


What command would you type to see a list of cached host names?

HOSTS


What does the who command for Linux report?

It reports the list of users that are logged in with a regular interactive session (e.g. a console login or ssh). It does not report non-interactive sessions.


What command do you use to see a list of all services currently installed including drivers?

C:\> Listsvc


What command is used to see a list of all services currently installed which includes device drivers?

driverquery


To print the list of the currently logged in user in unix?

At the prompt, type:whoThe output will be similar to:Alice tty1 2010-05-21 15:13 (:0)bob pts/0 2010-05-21 15:57 (:0.0)To see more options of the 'who' command, run 'man who' at the prompt.