13x
08-11-2003, 04:12 PM
Hi
I have a few questions regarding this tutorial :
http://www3.telus.net/public/dale_d/proftpd.html
Next, set the permissions on the ftp directory structure.
chown -R /ftproot ftp.ftpusers
chmod -R 770 /ftproot
usermod -c FTP -d /ftproot -g ftp-users -s /bin/false ftpjd
My first question is that, shouldn't the "ftp" in the chown statement be "ftpjd" ? (since the author has created ftpjd as a special FTP account )
Also, what should i do if i want to have more than one user account ( logins ) for the ftp server ? Can i simply add the usernames to the "User" field in the proftpd.conf file ?
Basically what i want to do is to create accounts for two of my friends. "user1" and "user2". What is the best way to do this ?
OS : Redhat 8.0
Proftpd version : 1.2.8-1
Firewall installed : Firestarter
PS : n00b alert :)
Thank you
13x
I have a few questions regarding this tutorial :
http://www3.telus.net/public/dale_d/proftpd.html
Next, set the permissions on the ftp directory structure.
chown -R /ftproot ftp.ftpusers
chmod -R 770 /ftproot
usermod -c FTP -d /ftproot -g ftp-users -s /bin/false ftpjd
My first question is that, shouldn't the "ftp" in the chown statement be "ftpjd" ? (since the author has created ftpjd as a special FTP account )
Also, what should i do if i want to have more than one user account ( logins ) for the ftp server ? Can i simply add the usernames to the "User" field in the proftpd.conf file ?
Basically what i want to do is to create accounts for two of my friends. "user1" and "user2". What is the best way to do this ?
OS : Redhat 8.0
Proftpd version : 1.2.8-1
Firewall installed : Firestarter
PS : n00b alert :)
Thank you
13x