htpasswd - Manage user files for basic authentication
by Rekha[ Edit ] 2010-07-30 14:48:35
htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. If htpasswd cannot access a file, such as not being able to write to the output file or not being able to read the file in order to update it, it returns an error status and makes no changes.
Password protecting a directory on the server