Cron [EMAIL PROTECTED]> /home/vpopmail/bin/clearopensmtp 2>$1  /dev/null

Body: /bin/sh: $1: ambiguous redirect

How can I fix this error in redirect?

change the "2>$1" to "2>&1", as it should be.

How do you edit "clearopensmtp" to change the "2>$1" to "2>&1" ?

"man sh" will explain this in more detail.

"man sh" is not working. How to tell the "man" command where to look to
find man pages fro sh?

Thanks a lot,

Sam





Reply via email to