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
Related Q & A:
- How To Find Application Root?Best solution by Stack Overflow
- How to Upload a JSP File to the smart FTP?Best solution by Yahoo! Answers
- How do I make a python web program that is on a ubuntu server allow access to the server?Best solution by Yahoo! Answers
- How do I create a guest ftp user and give access to specific sub-folder with SSH?Best solution by Server Fault
- What are some places I must go and things I must do in france?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.