Thoughts on three different installation methods of vsftpd in Ubuntu

Source: Internet
Author: User
I recently fell in love with Ubuntu, an operating system that is so annoying. It took several days to solve the problem of vsftpd... First time: Use .tar.gz compressed file to install vsftpd (not recommended, but can indeed learn a lot): tar-zxvfvsftpd.2.3.1-tar.

I recently fell in love with Ubuntu, an operating system that is so annoying. It took several days to solve the vsftpd pain point...
The installation of ing... is painful...
First time: Use.Tar.gzInstall vsftpd for compressed files (this is not recommended, but you can learn a lot ):
Tar-zxvf vsftpd.2.3.1-tar.gz// Decompress the installation package
Refer toINSTALLDocumentation, very detailed, step by step, is still simple, but it is full of English, need some patience.
However, the vsftpd installed in this way does not know why the command can only be used:/Usr/local/sbin/vsftpd &Start. If you want:Service vsftpd startCommand to start, it will display:Vsftpd: service uncognized. I checked a lot of information on the Internet, but the direct solution was not found, and the related solutions could not work. Later, xinetd was installed. This time, you can start vsftpd through: service xinetd start, but still cannotService vsftpd startCommand to start. So I hope you can see it again. I hope you can give me some advice.
Second time: Use the. deb file that comes with the installation CD to install (so easy ):
InPool/main/vDirectoryVsftpd-***. debFile. If the graphical interface is installed, double-click the installation package and install it in seconds. In the command line interface, run the following command:Sudo dpkg-I vsftp **. debIt is also super simple. After installationService vsftpd startStart.
The third is the most widely spoken onlineSudo apt-get install vsftpd. After installation, you can also directlyService vsftpd startStart. Because the online information is comprehensive, I will not talk about it more.
If you still use the CD, we recommend that you use the second method for installation, which is simple, fast, and error-prone. If you want to learn something, you can try the first one, but it is complicated. If you do not install it carefully, it is prone to problems.
Ah... after reading so much, what do you think or want to share your experience ?? Looking forward to ing...

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.