![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tracing in linux | shary | Shell Programming and Scripting | 2 | 02-04-2007 06:05 AM |
| tracing | shary | Linux | 1 | 02-04-2007 02:33 AM |
| sqlplus session being able to see unix variables session within a script | 435 Gavea | Shell Programming and Scripting | 2 | 07-03-2006 07:11 AM |
| user's right | iwbasts | SUN Solaris | 2 | 06-07-2006 08:54 PM |
| Tracing the GPU usage | solea | SUN Solaris | 0 | 07-31-2005 11:40 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
tracing a user's session
hi,
does anyone knows how to trace a user session on a unix system: i want to log these things 1- login 2- date of starting session 3- date of closing session i've tryed who and last but they don't give closing time of session regards hmaiida |
| Forum Sponsor | ||
|
|
|
||||
|
You can read about the auditing options that exist under HPUX in this document at docs.hp.com. Follow the document to:
-->Administering a System: Managing System Security ----->Trusted System Security When you built your system, did you enable the "trusted" option? Once auditing is enabled, user login and logout times are one of the default actions that are recorded. The following are the event types which default enabled for auditing: admin - logs all administrative and privileged events login - logs all system login and logout attempts moddac - logs all modifications of object access controls The referenced document walks you through setup and use of the audit functions in HPUX. Fair warning, there is an overhead cost associated with running HPUX/Trusted. Cheers, Keith |
||||
| Google The UNIX and Linux Forums |