-1

I want to get a script started on each login from domain users... how to do it? /etc/init.d/ is on startup not on login afaik.

Seth
  • 59,332

1 Answers1

0

The startupfile for each user is in the file .bashrc in their home directory.

if you want it to be system wide (i.e. for all users) you can add your script to the end of /etc/bash.bashrc

thom
  • 7,742