Tom Hawkins <tomahawkins@xxxxxxxxx> writes: > I have '.' in my PATH by default. Is this a problem? You should never put '.' in PATH ahead of /bin and /usr/bin. That will tend to break things in general. It's not very wrong to put '.' in PATH when not running as root, but it should always be the last entry in PATH. Ian