I get the following message:--> bash: htpasswd: command not foundTry locate htpasswd - you'll likely find it OUTSIDE your path, in /usr/sbin.
To expand on this, you can often find the location of common UNIX commands by issuing the following command
whereis [command name] ex. % whereis htpasswd /usr/bin/htpasswd You can then execute the command by referring to it's complete pathname ex. /usr/bin/htpasswd -m -c .htpasswd username -- Alan Storm