Lan Barnes wrote:
> I want to have a non-root user start a program on start up. I suspect that
> there is some mojo I can add to a line in rc.local that will have the line
> executed by someone other than root.
> 
> Anybody? Anybody? Bueller?
> 

Maybe you're thinking it's more complicated than it is? Howbout:
  # su lan -c 'proggie args'
or
  # sudo lan proggie args
according to whichever you find easier to remember.

Regards,
..jim


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to