On Wed, 2005-01-26 at 15:35 -0600, Don Dupy wrote: > I have big brother installed on my server > I was wondering how I would write in a script > to start big brother when the machine boots. > > I have to su to user bb then execute /var/www/html.....././runbb.sh start > > how would I do that automatically? Edit /etc/rc.d/rc.local and add the line: runuser -s /bin/bash - bb -c "/var/www/html.....././runbb.sh start" Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>