ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Operating Systems  >>  Linux  >>  Linux System Calls
 
 


 

 
 Linux Commands interview questions  Linux Commands Interview Questions
 Linux Threads interview questions  Linux Threads Interview Questions
 Linux IPC interview questions  Linux IPC Interview Questions
 Linux Socket Programming interview questions  Linux Socket Programming Interview Questions
 Linux System Calls interview questions  Linux System Calls Interview Questions
 Linux General interview questions  Linux General Interview Questions
 Linux AllOther interview questions  Linux AllOther Interview Questions
Question
how to configure ftp server on redhat linux?
 Question Submitted By :: Dk
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to configure ftp server on redhat linux?
Answer
# 1
RHEL server comes with vsftpd which is the Very Secure File
Transfer Protocol (FTP) daemon. The server can be launched
via a xinetd or as standalone mode, in which case vsftpd
itself will listen on the network port 21.

Install vsftpd:
# yum install vsftpd

Turn on vsftpd ftp service:
# service vsftpd start

Open FTP port:
Open /etc/sysconfig/iptables file, enter:
# vi /etc/sysconfig/iptables

Append following line to open ftp port 21 before REJECT line:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp
--dport 21 -j ACCEPT

Save and close the file. Restart the firewall:
# service iptables start

Test ftp server:

# ftp localhost

The default configuration file is /etc/vsftpd/vsftpd.conf file. 
# vi /etc/vsftpd/vsftpd.conf
 
Is This Answer Correct ?    15 Yes 1 No
Amsin21
 
  Re: how to configure ftp server on redhat linux?
Answer
# 2
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 ?    9 Yes 1 No
Surendra Singh Adhikari
 
 
 
  Re: how to configure ftp server on redhat linux?
Answer
# 3
fisrt install yum server after then 
# yum install vsftpd*
# service vsftpd restart
# chkconfig vsftpd on
   then after for chk
# ftp <server IP>
# anonumous 

press two times enter because anonymous is using without 
password if its successfully done means ur ftp is working
 
Is This Answer Correct ?    8 Yes 5 No
Sachit K Verma
 

 
 
 
Other Linux System Calls Interview Questions
 
  Question Asked @ Answers
 
linux system its not booting up its showing groub error what i need to do? Wipro2
why the kernel panic error was appering? Allianz7
what is segmentation fault? NetApp8
what is bus trap. NetApp1
what is nis server  6
what is cups and how to configure? IBM4
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?  1
how to create a ftp user on redhat linux 4.0? Accenture4
What is the use of proc structure? NetApp2
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device? NetApp2
what is sudo on linux? IBM3
How to give the root permision to users? Wipro2
how to configure ftp server on redhat linux?  3
what is samba, what is configuration file, how it will work? Wipro3
if root user forget the password how to change it? Wipro4
What are the signals we have in Linux NetApp3
what is iptabe on redhat linux? CDAC3
how to create samba server in fedora linux 9 ? Accenture1
What is the Diffrent between Redhat linux And suse linux Wipro2
how to configure http server on red hat linux4.0? IBM3
 
For more Linux System Calls Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com