Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 14:10:12 +0200
From:      Ladavac Marino <mladavac@metropolitan.at>
To:        'Ben Smithurst' <ben@scientia.demon.co.uk>, Ladavac Marino <mladavac@metropolitan.at>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: cron difficulties
Message-ID:  <55586E7391ACD211B9730000C11002761796B0@r-lmh-wi-100.corpnet.at>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From:	Ben Smithurst [SMTP:ben@scientia.demon.co.uk]
> Sent:	Monday, June 28, 1999 7:33 PM
> To:	Ladavac Marino
> Cc:	freebsd-questions@FreeBSD.ORG
> Subject:	Re: cron difficulties
> 
> Ladavac Marino wrote:
> 
> > A nitpick, but I see it as neccessary.  The below
> > explanation was wrong.
> 
> Which particular bit? I've read your comments and my explanation
> again, we
> seem to be saying the same thing.
	[ML]  Almost, except that you said that in
	command 2>&1 >filename
	stderr remains intact, whereas in fact it goes wherever stdout
went before the following redirection; try this (not as root)

	touch /kernel >file1 2>&1 >file2

	and see where the "Permission denied" went.

	/Marino

> -- 
> Ben Smithurst            | PGP: 0x99392F7D
> ben@scientia.demon.co.uk |   key available from keyservers and
>                          |   ben+pgp@scientia.demon.co.uk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55586E7391ACD211B9730000C11002761796B0>