> -----Original Message-----
> From: Robert P. J. Day
> Sent: Thursday, March 27, 2003 6:00 AM
> Subject: RE: how to redirect the output of command 'xinetd -d'
> 
> 
> On Thu, 27 Mar 2003, Cowles, Steve wrote:
> 
> > > -----Original Message-----
> > > From: winglion
> > > Sent: Thursday, March 27, 2003 4:56 AM
> > > Subject: how to redirect the output of command 'xinetd -d'
> > > 
> > > 
> > >   While I use xinetd -d to test my vsftpd seting!
> > > There are a few error tell me that"bind address fail
> > > (address already in use)" !
> > >   So I would like to redirect the output of this 
> > > command, to show you the error message! Yet,neither
> > > "xinetd -d >debug.txt" nor xinetd -d &>debug.txt" work!
> > >    How can I redirect this command's output?
> > > Any advice would be appliciate!   
> > > 
> > > 
> > 
> > try redirecting both stdout and stderr (file descriptor 2). i.e.
> > 
> > xinetd -d >/tmp/debug.txt 2>&1
> 
> but the poster said he already tried redirecting with "&>",
> which is semantically equivalent (it's a bash short cut).
> so there's clearly something more going on here.
> 
> perhaps the original poster can supply more detail as to
> what output is being generated, and where it's going.
> 

Knew I should have read the man pages before hitting the send button. I have
never seen or used that shortcut specification before. Learn something new
everyday! :-)

Thanks
Steve Cowles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to