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.
Asked
Active
Viewed 228 times
-1
Seth
- 59,332
user197194
- 33
1 Answers
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