> but which of is going to be executed? > /usr/bin or /usr/local/bin? /usr/local/bin is before /usr/bin in your PATH environment variable, so the shell will first look there for programs. Check "echo $PATH" to see what your path is. -- дамјан