Create a ftp user on RedHat Linux 4.0
How to made a ftp user on RedHat Linux 4.0?
Expert
To create a ftp user on RedHat Linux 4.0 following are the step
Firstly create the user.
useradd surendra
passwd surendra
Then open 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 insert 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 )
Normal 0 false false
Define struct: A struct is a special C data type which encapsulates other pieces of data into a single cohesive unit. Similar to an object, however built into C.
What are the Approximation with available language and pre-processor features?
Describe briefly the term predatism?
Main components of control loop: A closed control loop in a very fundamental manner comprises of transmitter, sensor, controller, signal converters and final control elements. In reality in a practical loop there will be numerous other instruments apa
18,76,764
1948686 Asked
3,689
Active Tutors
1457806
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!