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
Alice, an engineer at MackCorp has asked your advice on how she should access her address book in a file. Please recommend the optimal strategy for Alice. Defend your choice.
Property Specification in SPIN: SPIN allows specification of assertions, which check a predicate of a state at a point in an execution, and also allows for specification of progress properties (e.g., no starvation) by allowing statements to be labeled
18,76,764
1930562 Asked
3,689
Active Tutors
1437316
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!