Home > Article > Operation and Maintenance > 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
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!