Hi, On Fri, Jan 14, 2000 at 16:34 -0500, Sam Carleton wrote:
I need to setup a script to start a program at bootup. The program has it's own user account and need to be run under that user's UID. What I plane to do is create a script names, say 'server', that is placed inside of the /etc/rc.d directory that will call another script, say 'runserver', which will run the program. I would like the script 'runserver to be executed under the user account created for the server. How would I do that?
Try u - <user> -c '<program> &' Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/