How can I monitor my FTP server?

Server ftp ubuntu casalingo errore You must give (non-root) uid and gid?

  • jacopo@ubuntuserver:~$ sudo groupadd ftpgroup jacopo@ubuntuserver:~$ sudo pure-pw useradd jacopo -u ftpuser -d /home/jacopo/public_html You must give (non-root) uid and gid jacopo@ubuntuserver:~$ sudo pure-pw useradd serverftp -u ftpuser -d /home/jacopo/public_html You must give (non-root) uid and gid jacopo@ubuntuserver:~$ pure-pw useradd jacopo -u ftpuser -d /home/jacopo/public_html You must give (non-root) uid and gid Accesso FTP Per poter caricare i files via FTP sul server dovrai installare un server FTP. La mia scelta, condivisa da molti sysadmin, è ricaduta su PureFTP. Per installare PureFTP su Ubuntu Server loggati dalla macchina virtuale oppure via ssh e digita: sudo apt-get install pure-ftpd Adesso digita (una riga per volta): sudo groupadd ftpgroup sudo useradd -g ftpgroup -d /dev/null -s /etc ftpuser sudo pure-pw useradd NOMEUTENTE -u ftpuser -d /home/NOMEUTENTE/public_html sudo pure-pw mkdb sudo ln -s /etc/pure-ftpd/pureftpd.passwd /etc/pureftpd.passwd sudo ln -s /etc/pure-ftpd/pureftpd.pdb /etc/pureftpd.pdb sudo ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/PureDB Adesso puoi accedere via FTP utilizzando un client ftp qualsiasi ed il nome utente/password scelti. Carica un file index.html con un contenuto qualsiasi all’interno della tua cartella public_html e digita http://indirizzoipdelserver/~nomeutente/ per testare definitivamente il funzionamento del tuo web server. http://www.erriko.it/sistemi-operativi/linux/creare-un-server-web-in-pochi-passi-con-ubuntu-server/

  • Answer:

    Your default user in Ubuntu is in the wheel group, which is an admin group.

Jaco Tra at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.