Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jpetitt1

    timestamp in ~/.sh_history ?

    I use the following in my .kshrc file... if [[ $- = *i* ]] then print -s "# $(who am i |xargs) logging in $(date)" trap 'print -s "# $(who am i |xargs) logging out $(date)"' EXIT fi Also I execute a perl script once an hour as root to see if any .sh_history files have changed...
  2. jpetitt1

    how to monitor r-cmds usage

    What's the best way to monitor whether rsh/rcp commands are being used? I would like to verify no one is using them before I disable them in favor of ssh.

Part and Inventory Search

Back
Top