htpasswd -b -c filename username "password"
-b = take the password that we specify in the command (don't prompt for it)
-c = create the filename
username=username
password=password (I use quotes because it breaks if you use special characters)
linux, htaccess, username, passwordhtpasswd, filename, quot, password, specify, prompt, quotes, characters,