# if you are creating new pwd file then use attribute -c with command.. ex.:
sudo htpasswd -c /pwdlocation/.yourpwds_xxx user1# when appending another user then simply skip -c... ex.:
sudo htpasswd /pwdlocation/.yourpwds_xxx user2sudo htpasswd -c /pwdlocation/.yourpwds_xxx user1sudo htpasswd /pwdlocation/.yourpwds_xxx user2