On Sat, 11 Nov 2000, Steven W. Orr wrote:
> I need to run a command from su which takes an option. Specifically:
>
> su - steveo fetchmail -q
>
> I tried all the variations I could e.g.,
>
> su -lc steveo fetchmail -q
> su -l steveo -c fetchmail -q
>
> It just doesn't like the syntax. Anyone know how to do this?
>
> TIA
>
Try su -c "fetchmail -q" -l steveo
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list