The method of checking whether the ftp Service is enabled by linux system
Today, what the editor shares with you is the method of checking whether the ftp service is enabled by the linux system, which is not well understood by many people. Today, in order to let you know more about the method of checking whether the ftp service is enabled by the linux system, the editor summarizes the following contents. Let's read on. I'm sure you'll get something.
Check whether the port is open:
Netstat-an | grep '21'
View the process:
Ps-ef | grep ftp
On the linux command line, enter:
Service vsftp status
You will see the current switch status of ftp
The above is a brief introduction of the linux system to check whether the ftp service is enabled. Of course, the differences in the detailed use of the above have to be understood by everyone. If you want to know more, welcome to follow the industry information channel!