How To Check Ftp Server Is Running In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To check if an FTP server is running on a Linux system, you can use the netstat command. Open a terminal window and type:
netstat -an | grep :21
If you see an entry with :21, then an FTP server is running.