> 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
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
2 matches
Mail list logo