[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Password file with over 3000 users.



Quoting Michael Loftis <mloftis@modwest.com>:

>> I will have to look into controlling the cron spam.
>
> 2>&1 > /dev/null to end of command line.

Actually, it's the other way around:

 > /dev/null 2>&1

You first have to redirect STDOUT, then tell STDERR to go to STDOUT...



Reply to: