Dec 23, 2003 #1 sbells MIS Oct 8, 2002 3 US I need to write a script to monitor all users entering an IBM rs6000 box. Where are the files that log every user logging on.
I need to write a script to monitor all users entering an IBM rs6000 box. Where are the files that log every user logging on.
Dec 23, 2003 #2 Ogzilal MIS Oct 9, 2003 280 FR Hi, command nameed last can give this information man last if you want to discover more about /etc/utmp, /var/adm/wtmp and /etc/security/failedlogin files which are used but they are not plain text. Upvote 0 Downvote
Hi, command nameed last can give this information man last if you want to discover more about /etc/utmp, /var/adm/wtmp and /etc/security/failedlogin files which are used but they are not plain text.
Dec 24, 2003 #3 mrn MIS Apr 27, 2001 3,993 GB use the command `last` to display the logins and logouts -- | Mike Nixon | Unix Admin | ---------------------------- Upvote 0 Downvote
use the command `last` to display the logins and logouts -- | Mike Nixon | Unix Admin | ----------------------------
Dec 24, 2003 #4 sbix IS-IT--Management Nov 19, 2003 493 CA Another interesting file is /var/adm/sulog which contains all the "su" operations, so you can track also when a user becomes another one Upvote 0 Downvote
Another interesting file is /var/adm/sulog which contains all the "su" operations, so you can track also when a user becomes another one