>533-535
レスありがとうございます。
/etc/crontabに
30 * * * * root /usr/sbin/ntpdate 133.13.144.124 > /dev/null 2>&1
とすることでメールがこなくなりました。
ところで、このコマンドをシェル上で実行すると
# ntpdate 133.13.144.124 > /dev/null 2>&1
Ambiguous output redirect.
となるのですが、これは何がいけないのでしょうか?