I installed ftp on a ubuntu server and now want to add a user. I am using this tutorial : http://www.debian-administration.org/articles/383
Everything was working fine but I stuck on the step of adding user. when I did this :
# sudo pure-pw useradd remo -u ftpuser -g ftpgroup -d /home/pubftp/remo -N 10
It gives me error "You must give nonroot uid and gid".
I thought to chek the uid and gid of the user and put it in command but the user is not created yet. so can't get its uid.
How to do it friends?