Installare un server vsFTPd con utenti virtuali su MySQL: differenze tra le versioni

Riga 179: Riga 179:
quit;
quit;
</pre>
</pre>
testuser's homedir is /home/vsftpd/testuser; unfortunately vsftpd doesn't create that directory automatically if it doesn't exist. Therefore we create it manually now and make it owned by the vsftpd user and the nogroup group:


mkdir /home/vsftpd/testuser
chown vsftpd:nogroup /home/vsftpd/testuser


{{Autori
{{Autori