[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re:.htaccess problem - raq3i



I get the following message:-->
bash: htpasswd: command not found

Try 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