how to create a ftp user on redhat linux 4.0?

Answers were Sorted based on User's Feedback



how to create a ftp user on redhat linux 4.0?..

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

how to create a ftp user on redhat linux 4.0?..

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

how to create a ftp user on redhat linux 4.0?..

Answer / sachin nandedkar

any user is ftp user.

Is This Answer Correct ?    26 Yes 14 No

how to create a ftp user on redhat linux 4.0?..

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

how to create a ftp user on redhat linux 4.0?..

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

how to create a ftp user on redhat linux 4.0?..

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

Post New Answer

More Linux System Calls Interview Questions

what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?

2 Answers   NetApp,


what is cups and how to configure?

7 Answers   IBM,


1. Where the History file can be located? 2. How will you harden the server? 3. Diff between Raid 1 and Raid 5? 4. What is the largest disk size can be used in LVM? 5. How will you remove a PV from lvm without any data loss? 6. What is the diff between ext3 and ext2 File system? 7. How we can use resize2fs, what is the purpose? 8. What is the purpose of LVM? Why it is used? 9. If the FS is in read-only mode, so we cannot create any file. How will you fix it? 10. How to create swap partition after OS installation? 11. What is the diff between ssh and telnet? 12. How to find out the dependency required for a package?

3 Answers   IBM,


How to create secured appeche web sever ?

1 Answers   HCL,


why the kernel panic error was appering?

13 Answers   Air2Web, Allianz,






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

0 Answers   IBM,


Port number is already in use .. how to fix for apache..?

1 Answers   Google,


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


what happens when we do insmod & rmmod in Linux Device Drivers ?

2 Answers  


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


What is atomic function / atomic variable ?

1 Answers   Broadcom,


Categories