Configuring the vsftpd Service¶
After Linux is installed on the host, open the Linux terminal and run the following command to check the vsftpd service status:
service vsftpd status
Check whether the vsftpd service is enabled and whether its status is active.
If the vsftpd service is not enabled, run the service enable vsftpd command.
If the vsftpd service status is not active, run the service vsftpd start command.