How to start Pure-FTPd in the background

Source: Internet
Author: User

PureftpdIt is a fast, high-quality, and fully functional ftp server. The most important thing is that it supports setting the default encoding of the client. Pureftpd is very powerful and easy to use. Today we will teach you a skill: start Pure-FTPd in the background

I started "pure-ftpd" from an X terminal and the server responded normally. But as soon as the terminal is turned off, the server stops running.

This is the consequence of relying on shell. Your shell is set to close all background tasks when you exit. You can change the shell option (probably by using the 'set' command) or use the 'dislow' keyword to separate background tasks. as another option, you can add the-B Option to start pure-ftpd so that it can be separated at startup.

 
 
  1. /Usr/local/sbin/pure-ftpd-B

Through the description and code analysis of the article, you must have mastered Pure-FTPd in the background. I hope this article will be useful to you!

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.