[Zope] Re: starting zope with su instead of -u

Dylan Reinhardt zope@dylanreinhardt.com
31 May 2003 10:06:11 -0700


Aarrgh!  It's always the easy stuff, isn't it?

Thanks for the help...  I'll RTFM a little closer next time.

Dylan

On Sat, 2003-05-31 at 05:31, Paul Winkler wrote:
> On Sat, May 31, 2003 at 09:12:56AM -0700, Dylan Reinhardt wrote:
> > # su zope
> > $ whoami
> > zope
> > $ exit
> > # su -c whoami zope
> > root
> > #
> > 
> > Looks like it's time to see if anyone on the Gentoo list knows anything
> > about this.
> 
> well, "man su" does ;-)
> you got the order wrong.
> it's su username -c command