I noticed a bug with dash-0.5.6-2.fc11.i586 in that it doesn't redirect from symlinked ttys correctly for background processes. $ dash -c "tty < /dev/stdin&" $ dash -c "tty < /dev/stdin" /dev/pts/3 $ bash -c "tty < /dev/stdin&" /dev/pts/3 $ dash -c "tty < $(readlink -f /dev/stdin)&" /dev/pts/3 cheers, PÃdraig. -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html