On Sun, 6 Apr 2008, Pam Astor wrote: > >>> I tried creating a password file by executing htpasswd -c /passwd/passwords> > famsite but apparently htpasswd is not in my path, I'm getting the "cannot> > create file /passwd/passwords famsite" error.> >> >> >> > Anyone know where the default location of htpasswd is on a centos 5.1> > install? Or how to generate a password file on a centos 5.1 install?> > > There's a utility called 'which' you can use to discover the location> of certain apps you want to learn about. > Thanks! Ok I ran /usr/bin/htpasswd -c /passwd/passwords famsite as root, and still got > the cannot create file error. Does the /passwd directory exist?