prevent modprobe output

Rich Felker dalias at aerifal.cx
Thu Oct 6 16:22:01 UTC 2011


On Thu, Oct 06, 2011 at 12:02:08PM -0300, Alain Mouette wrote:
> This should work:
>   2>&1  >/dev/null
> 
> First you redirect error(2) do console(1)...

If you want to prevent output, it should be >/dev/null 2>&1

Rich


More information about the busybox mailing list