The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-11-2008
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
# ls -l /usr/local/apache2/bin/htpasswd*
# PATH=${PATH}:/usr/local/apache2/bin export PATH
# which htpasswd

As it's apache2, you may find that you want "htpasswd2" instead of "htpasswd".

Cheers,
ZB