[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] programs at boot up
- Subject: [ale] programs at boot up
- From: ALE at CogginsNet.com (Robert Coggins)
- Date: Fri Dec 12 10:03:05 2003
- In-reply-to: <[email protected]>
- References: <1071196250.7366.3.camel@ctc> <[email protected]>
Thank you both for your help... :) I always thought su was just for
root user. su being superuser. Heh Thanks for the help!
-Rob
Geoffrey wrote:
> Robert Coggins wrote:
>
>> Hey all,
>>
>> I am trying to get a specific program to run at boot. With special
>> switches, of course. The problem I am running into is I want the
>> program run as a certain user. For example, I want vncserver to run as
>> user foobar when the system starts. I know you use /etc/rc.d/rc.local
>> to have them run but beyond this I am clueless... Any ideas? Thanks
>> all!
>
>
> su userid -c "commandyouwanttorun --switch1 --switch2"
>