linux下创建ftp用户的命令

现需创建一个ftp用户usera,密码123456,要求usera的主目录在/home/useraa下,具体命令如下
host#useradd -G ftp -d /home/usera -M usera
host#passwd 123456