1833420 Members
3285 Online
110052 Solutions
New Discussion

need help!

 
SOLVED
Go to solution
Igor Sovin
Super Advisor

need help!

Hi there!
I have HP-UX 11.23 installed on rx4640 server
How can I get the information about what users did login into system from local console? but not from the network?
its very important

best regards
igor
4 REPLIES 4
Bharat Katkar
Honored Contributor
Solution

Re: need help!

Hi Igor,

To know who are currently login along with their locations(machines):
# who -R
To know history of login:
# last -R
to know information about bad logins:
#lastb -R

Now specifically if you are looking for console then use grep console. e.g.

# who -R | grep console
# last -R | grep console
# lastb -R | grep console

Hope that helps.
Regards,
You need to know a lot to actually know how little you know
bhavin asokan
Honored Contributor

Re: need help!

hi,

try who -T command.
it will give users login details ( from any pty
or console ,etc)

regds,
Igor Sovin
Super Advisor

Re: need help!

thank you guys !
Hoang Chi Cong_1
Honored Contributor

Re: need help!

Man!
One more command:
"w"
and : "uptime"


These command show how long system has been up, and/or who is logged in and what they are doing.
Yes, you also can see what are they doing :)

For more detail, see on the manpage.
Hope this helps

Jimkery
Looking for a special chance.......