how to create a ftp user on redhat linux 4.0?

Answer Posted / senthil

chkconfig vsftpd --list (check the status)
or
service vsftpd status

anonymous can ftp the server by publishing the files through
only downloading process can do.
/var/ftp/pub

no password required
ftp://<ipaddress>

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are system calls used for process management in linux?

585


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

1931


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

2140


Explain process management system calls in linux?

550