How To Check Ftp Service 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.
Use the following command to check the FTP service on your Linux system:
#systemctl status vsftpd
This will display the status of the vsftpd service, whether it is running or not.
If the FTP service is not running then execute below command to start FTP service:
#systemctl start vsftpd
Once the FTP service is started you can use any FTP client to connect to FTP server.