here is the command I run
root@jkcool:/website# useradd timmy -p $1$LHdcs7qs$J/PgUHwnYldNirCHQWTir0
here is the output in the /etc/shadow file
timmy:/PgUHwnYldNirCHQWTir0:11910:0:99999:7:::
if I try to do a
root@jkcool:/website# useradd timmy -p $1$LHdcs7qs$J\/PgUHwnYldNirCHQWTir0
I get the same outcome in /etc/shadow:
timmy:/PgUHwnYldNirCHQWTir0:11910:0:99999:7:::
thanks in advance
john