On Tuesday, September 11, 2012 5:35:41 PM UTC-4, Barry Margolin wrote:
> In article
>
> Nene
>
>
>
> > How can I get this command to pipe to a file?
>
> >
>
> > /usr/sbin/suexec -V
>
> >
>
> > I've tried suexec -V > test.txt (doesn't work)
>
> >
>
> > Nene
>
>
>
> What does it do? I can't find the command on my Linux system. I googled
>
> it, but all I found was the suEXEC feature of Apache.
Correct it's a wrapper for cgi and php scripts to run in the user's directory.
>
>
>
> Anyway, try redirecting stderr instead of stdout:
>
>
>
> /usr/sbin/suexec -V 2> test.txt
Thank you Barry, the suggestion above worked!
>
>
>
> --
>
> Barry Margolin,