Operating System - HP-UX
1748137 Members
3620 Online
108758 Solutions
New Discussion юеВ

Re: I Need a Report of Users

 
SOLVED
Go to solution
Eric Bakken
Regular Advisor

I Need a Report of Users

Hello,

I need a report of users, login times, password changes, etc. Is there a good way to do that? Thanks,

-Eric
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: I Need a Report of Users

>... users, login times

last(1) will give login times. You can get password reset times by finding when the password expires.
James R. Ferguson
Acclaimed Contributor
Solution

Re: I Need a Report of Users

Hi Eric:

Have a look at 'logins' as:

# logins -x

See the manpages for an explanation.

Regards!

...JRF...
Steven E. Protter
Exalted Contributor

Re: I Need a Report of Users

Shalom,

passwd -sa

Might provide you data to assist, depending on security configuration.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Eric Bakken
Regular Advisor

Re: I Need a Report of Users

Awesome, I think that gives me enough of the info I was looking for. Thanks for your help everyone.

-Eric