What mechanisms exist, if any, for monitoring the actual activities of a specified user and/or terminal when they login? Specifically being able to capture exactly what they were doing/keying, etc? Ideas???
If using ksh, the commands typed are stored (for a defined number of entries) in the .sh_history file usually located in the user's home directory. This can be examined if necessary. I belive the bash shell offers a similar facility. Be aware, however that this file will not record commands typed in (for example) a sqlplus session in Oracle.
I imagine there are other key-capture products offering a greater degree of flexibility and tighter security from user interference, but I have never come across them. You could also write your own routine to be executed on entry, I guess!
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.