how to create a ftp user on redhat linux 4.0?
Answers were Sorted based on User's Feedback
Answer / surendra singh adhikari
firstly create the user.
useradd surendra
passwd surendra
then opne 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 add 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 )
| Is This Answer Correct ? | 37 Yes | 4 No |
Answer / noel r
Adding the user to the ftp group will allow to use FTP, for
security reasons anonymous users must be disable
| Is This Answer Correct ? | 27 Yes | 7 No |
Answer / 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 |
Answer / ratnakar padhy
When create the user by default it is ftp user and he can
login in ftp.
| Is This Answer Correct ? | 7 Yes | 8 No |
Answer / 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 |
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
linux system its not booting up its showing groub error what i need to do?
what are the backup utilites on red hat linux 4.0?
what is the difference between user APIs and kernel system calls ?
I would like to know whether Simado and Setu products are they EPBX or not ?
what is the diff b/w MUTEX and semaphore?
how to create samba server in fedora linux 9 ?
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?
What are system calls used for process management in linux?
What does exec family return?
Port number is already in use .. how to fix for apache..?
What is atomic function / atomic variable ?