Red Hat 2.6.32-754.3.5.el6.x86_64 に VSFTPD SERVER をインストールします。

Red Hat 2.6.32-754.3.5.el6.x86_64 に VSFTPD SERVER をインストールします。

Red Hat 2.6.32-754.3.5.el6.x86_64 に VSFTPD SERVER (Linux を含む Unix 系システム用の FTP サーバー) をインストールしたい

そこで私はこうしました:

[root@teatre ~]# yum install vsftpd
Loaded plugins: package_upload, product-id, search-disabled-repos, security, subscription-manager
Setting up Install Process
guerrilla_Custom_custom                                                                                                                                                                                               | 1.8 kB     00:00
guerrilla_Icinga_EPEL_Icinga_EPEL_6                                                                                                                                                                                   | 1.8 kB     00:00
guerrilla_Red_Hat_EPEL_Red_Hat_EPEL_6                                                                                                                                                                                 | 2.5 kB     00:00
rhel-6-server-rpms                                                                                                                                                                                                    | 2.0 kB     00:00
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:2.2.2-24.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
 Package                                              Arch                                                 Version                                                    Repository                                                        Size
=============================================================================================================================================================================================================================================
Installing:
 vsftpd                                               x86_64                                               2.2.2-24.el6                                               rhel-6-server-rpms                                               156 k

Transaction Summary
=============================================================================================================================================================================================================================================
Install       1 Package(s)

Total download size: 156 k
Installed size: 340 k
Is this ok [y/N]: y
Downloading Packages:
vsftpd-2.2.2-24.el6.x86_64.rpm                                                                                                                                                                                        | 156 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
** Found 4 pre-existing rpmdb problem(s), 'yum check' output follows:
2000:jdk1.8-1.8.0_162-fcs.x86_64 is a duplicate with 2000:jdk1.8-1.8.0_152-fcs.x86_64
2000:jdk1.8-1.8.0_172-fcs.x86_64 is a duplicate with 2000:jdk1.8-1.8.0_162-fcs.x86_64
2000:jdk1.8-1.8.0_181-fcs.x86_64 is a duplicate with 2000:jdk1.8-1.8.0_172-fcs.x86_64
2000:jdk1.8-1.8.0_191-fcs.x86_64 is a duplicate with 2000:jdk1.8-1.8.0_181-fcs.x86_64
  Installing : vsftpd-2.2.2-24.el6.x86_64                                                                                                                                                                                                1/1
Uploading Package Profile
  Verifying  : vsftpd-2.2.2-24.el6.x86_64                                                                                                                                                                                                1/1

Installed:
  vsftpd.x86_64 0:2.2.2-24.el6

Complete!

今設定したいのですが、ファイルがvsftpd.ftpusersどこにも見つかりません

#  find . -name vsftpd.ftpusers
#

答え1

異なる目的のために、ユーザーに関する 2 つのファイルがあります。

/etc/vsftpd/ftpusers
/etc/vsftpd/user_list

1つ目は汎用で、PAMによって使用され、2つ目はメインvsftpd構成で構成可能です。

関連情報