Salve ragazzi,

questo è ciò che ho fatto da command line:

codice:
root@hearthstonegalaxy:~# useradd -d /var/www -g users -s /bin/false test777
root@hearthstonegalaxy:~# passwd test777
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
root@hearthstonegalaxy:~# chown -R test777.users /var/www
root@hearthstonegalaxy:~# touch /etc/vsftpd.user_list
root@hearthstonegalaxy:~# echo "test777" > /etc/vsftpd.user_list
root@hearthstonegalaxy:~# nano /etc/vsftpd.conf
root@hearthstonegalaxy:~# service vsftpd restart
vsftpd stop/waiting
vsftpd start/running, process 9500
root@hearthstonegalaxy:~# ftp [censored]
Connected to [censored].
220 (vsFTPd 3.0.2)
Name ([censored]:root): test777
331 Please specify the password.
Password:
530 Login incorrect.
Login failed.
ftp> exit
221 Goodbye.
Cosa ho sbagliato?