Home  >  Article  >  Operation and Maintenance  >  How to check whether the ftp service is enabled in Linux

How to check whether the ftp service is enabled in Linux

王林
王林Original
2020-03-12 16:21:1514923browse

How to check whether the ftp service is enabled in Linux

Check whether the port is open:

netstat -an | grep '21'

(Recommended tutorial: linux tutorial)

Check the process :

ps -ef | grep ftp

Enter in the linux command line:

service vsftp status

You will see the current switch status of ftp

How to check whether the ftp service is enabled in Linux

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to check whether the ftp service is enabled in Linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn