Hi, Mário Gamito wrote: > I have this command to create an FTP account: > > # pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/gamito > > This command asks for the password twice. It's a shame it doesn't allow you to pass in a password on the command line, like the UNIX useradd command, but hey ho. I wouldn't bother using the pure-pw command, and would modify the /etc/pureftpd.passwd file manually. I had a quick look at the documentation and it seems you have to make sure you rebuild the passwd database to commit any changes with: pure-pw mkdb if you manually edit it. There is a description of the passwd file format in the documentation. Here is an extract: --------------------------------------------------------- You can also edit the files by hand if you want. Files storing virtual users have one line per user. These lines have the following syntax: :::::::::::::::::