Since i want to have a Web-server on my machine i am going to install a FTP server on it so it will be easier for people to upload material for their website. I looked around on the net and found proFTPD server. It will do for now but i later on I want encrypted traffic for safety. I found a pretty nice guide how to set up this server on this page. LINK
I added users with a command called useradd. Pretty easy to use and you will find some nice howtos for adding users and groups on this site. LINK
Dont forget to add -m so home directory is created.
To add password to user you just write
passwd (username)
No comments:
Post a Comment