Operating System - HP-UX
1834227 Members
2650 Online
110066 Solutions
New Discussion

user start and exit process

 
sokolova
Advisor

user start and exit process

what is the command to know that a partcular user's running process and exit process in a day?
1 REPLY 1
Bill Hassell
Honored Contributor

Re: user start and exit process

To see all the processes for a particular user:

ps -f -u user_name

There is nothing defined for a user "exit process". Do you mean: show the start and stop time for a user? If so, use the last command as in:

last -R -10 user_name


Bill Hassell, sysadmin