Re: login/logout scripting

2002-03-27 Thread timothy bauscher
> I want to run a certain script when someone logs in (run at user > level) > and another when they logout. I want them to run no matter what type > of > login is in progress (shell, ssh, xdm etc). You could launch the script from the ~/.bash_logout file like this: exec script_name_here You coul

login/logout scripting

2002-03-26 Thread Crispin Wellington
I want to run a certain script when someone logs in (run at user level) and another when they logout. I want them to run no matter what type of login is in progress (shell, ssh, xdm etc). How should I go about this? Is is possible to somehow do it through PAM? Or will I need to run it from a few p