how to create a ftp user on redhat linux 4.0?

Answer Posted / rahul singhal

Firstly create the user.
useradd Rahul
passwd rahul

configure vsftpd in system


then open this file,
vi /etc/vsftpd/user_list

and add the above created user in this file to access FTP
services.
service restart vsftpd
and restart the FTP services
/etc/init.d/vsftpd start
chkconfig vsftpd on ( for permanent on )

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are different ways the context switch happens from user to kernel space or vice-versa ?

2128


What are system calls used for process management in linux?

574


I would like to know whether Simado and Setu products are they EPBX or not ?

1922


Explain process management system calls in linux?

536