Linux FTP service construction, anonymous user access to create and upload files

1. Install vsftpd

First confirm whether vftpd is installed locally

rpm -qa|grep vftpd

install vsftpd

yum install vsftpd

why? ? Because of write permissions problem root user.

This is successful. In addition to this, the SELinux domain policy must be modified as follows

Guess you like

Origin blog.csdn.net/q1246192888/article/details/122379246