我在Linode Ubuntu上运行下面的命令。 这使我相信vsftpd应该运行,但是/ etc /中没有vsftpd文件夹,也没有vsfptd.conf文件。
它安装在不同的文件夹或…?
root@bla:/etc# apt-get install vsftpd Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: vsftpd 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/141kB of archives. After this operation, 471kB of additional disk space will be used. Preconfiguring packages ... Selecting previously deselected package vsftpd. (Reading database ... 32857 files and directories currently installed.) Unpacking vsftpd (from .../vsftpd_2.2.2-3ubuntu6_i386.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... Setting up vsftpd (2.2.2-3ubuntu6) ... vsftpd start/running, process 10749
检查软件包是否安装
dpkg -l vsftpd
检查软件包的内容(Ubuntu是否有/ etc / vsftp目录,Ubuntu软件包放在哪里):
dpkg -L vsftpd
检查它是否正在运行
status vsftpd
和/或
ps -ef | grep ftp
vsftpd设置
Ubuntu中的vsftp.conf位于etc目录下:/etc/vsftpd.conf