Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 backup utilites on red hat linux 4.0?

4 Answers   Wipro,


what is nis server

13 Answers  


what is stored at /lib/modules ?

2 Answers   NetApp,


How to create secured appeche web sever ?

1 Answers   HCL,


what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


what is sudo on linux?

3 Answers   IBM,


what kind of information the linux driver modules (.ko ) files has ?

2 Answers   NetApp,


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

1 Answers   NetApp,


What does exec family return?

1 Answers  


What is the Diffrent between Redhat linux And suse linux

2 Answers   Wipro,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?

1 Answers  


Categories