ok so you can try this :
#!/bin/bash
useradd -options $1
# -options means whatever options you are giving on command
#line
edquota -p <default-user> $1
call this script x....then
$ ./x <user-name> should do your job......there can be some
mistakes in this script ,just correct them for yourself....
