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(Linux를 포함한 Unix 계열 시스템용 FTP 서버)에 VSFTPD SERVER를 설치하고 싶습니다.

그래서 나는 이것을 했다:

[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

다양한 목적을 위해 사용자와 함께 두 개의 파일이 있습니다.

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

첫 번째는 PAM에서 사용되는 일반이고 두 번째는 기본 vsftpd구성 에서 구성 가능합니다.

관련 정보