Return to Snippet

Revision: 31372
at September 3, 2010 17:57 by isholgueras


Initial Code
htpasswd <file> <user>

#touch passwd if the file is not created
htpasswd passwd mynewuser

Initial URL


Initial Description


Initial Title
add a new password in passwd SVN file

Initial Tags
svn

Initial Language
Bash