![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passwordless login from a server to another server | johnl | Shell Programming and Scripting | 2 | 05-16-2008 05:27 AM |
| Cannot login via telnet or ssh to AIX 5.2 server | pdtak | UNIX for Advanced & Expert Users | 5 | 04-10-2008 02:16 PM |
| How to know which user id had login the server? | rainbow_bean | AIX | 1 | 12-20-2007 01:33 PM |
| X-server errors at login? I want to just get rid of this! | emplate | HP-UX | 6 | 05-04-2005 01:54 PM |
| Dual login to FTP server. | sri | UNIX for Advanced & Expert Users | 6 | 10-05-2001 08:27 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dears,
I want to know who is login to my unix server during a specified period of time???i need to know the IP address and the time of login??? any help??? Thanx |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Do you want to check the history or check current logins? For current logins, check the 'who' command. For the history, check 'last'. Both give the info that you want, you'll just have to filter out your requirements using awk/sed or something similar (maybe even perl/python).
|
|
#3
|
|||
|
|||
|
Thanx for help ...this is what i need
|
|||
| Google The UNIX and Linux Forums |