Operating System - Linux
1826414 Members
4095 Online
109692 Solutions
New Discussion

Re: logins at a particular date

 
Waqar Razi
Regular Advisor

logins at a particular date

Is there any way to find out the user with a certain PID say 12345 logged on to a Linux server on a certain date and time?

2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: logins at a particular date

Probably you meant UID.

You can use the last command to display login statistics.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
bullz
Super Advisor

Re: logins at a particular date

Yes, from the command last you can find the list of users, who loged into the server with appropiate time stamp.

# last | more