How to check whether the ftp service is enabled in Linux

王林
Release: 2020-03-12 16:21:15
Original
14934 people have browsed it

How to check whether the ftp service is enabled in Linux

Check whether the port is open:

netstat -an | grep '21'
Copy after login

(Recommended tutorial: linux tutorial)

Check the process :

ps -ef | grep ftp
Copy after login

Enter in the linux command line:

service vsftp status
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template