Create a ftp user on RedHat Linux 4.0

How to made a ftp user on RedHat Linux 4.0?

E

Expert

Verified

To create a ftp user on RedHat Linux 4.0 following are the step

Firstly create the user.

useradd surendra

passwd surendra

Then open the FTP file:-

vi /etc/vsftpd/vsftpd.conf

Add this line at the end of the file

userlist_deny=NO

Then open this file,

vi /etc/vsftpd/user_list

And insert the above created user in this file to access FTP services. and restart the FTP services

/etc/init.d/vsftpd start

chkconfig vsftpd on ( for permanent on )

 

   Related Questions in Science

©TutorsGlobe All rights reserved 2022-2023.