Linux RedHat ftp配置
剛在機器上安裝了RadHat 5,並安裝了11.2,10.2,9.2三個版本資料庫用於測試,
配置了ftp便於上傳檔案,配置ftp步驟如下:
1、檢查ftp程式,並啟動
#ps -ef |grep ftp
#service vsftpd start
2、相關配置檔案
/etc/vsftpd/vsftpd.conf : 引數配置檔案
/etc/vsftpd.user_list:
如果引數配置檔案中userlist_enable=yes
userlist_deny=yes
則加入該檔案的使用者無法登陸
/etc/vsftpd.ftpuser: 加入該檔案使用者無法登陸
/etc/vsftpd.chroot_list:
如果引數檔案中設定chroot_list_enable=YES, chroot_list_file,
則登陸使用者只能在自己的目錄中活動。
3、使用者登陸出現如下錯誤
500 OOPS: cannot change directory:/ye
500 OOPS: child died
遠端主機關閉連線。
檢查:
#getsebool ftpd_disable_trans
ftpd_disable_trans--> off
開啟:
#setsebool ftpd_disable_trans 1
永久性開啟
#setsebool -P ftpd_disable_trans 1
配置了ftp便於上傳檔案,配置ftp步驟如下:
1、檢查ftp程式,並啟動
#ps -ef |grep ftp
#service vsftpd start
2、相關配置檔案
/etc/vsftpd/vsftpd.conf : 引數配置檔案
/etc/vsftpd.user_list:
如果引數配置檔案中userlist_enable=yes
userlist_deny=yes
則加入該檔案的使用者無法登陸
/etc/vsftpd.ftpuser: 加入該檔案使用者無法登陸
/etc/vsftpd.chroot_list:
如果引數檔案中設定chroot_list_enable=YES, chroot_list_file,
則登陸使用者只能在自己的目錄中活動。
3、使用者登陸出現如下錯誤
500 OOPS: cannot change directory:/ye
500 OOPS: child died
遠端主機關閉連線。
檢查:
#getsebool ftpd_disable_trans
ftpd_disable_trans--> off
開啟:
#setsebool ftpd_disable_trans 1
永久性開啟
#setsebool -P ftpd_disable_trans 1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/354732/viewspace-673829/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RedHat 9.0下配置FTP伺服器zzRedhatFTP伺服器
- LINUX FTP簡單配置LinuxFTP
- linux FTP配置詳解LinuxFTP
- Redhat linux DNS配置指南RedhatLinuxDNS
- Linux伺服器---ftp配置Linux伺服器FTP
- linux redhat 6.5 多路徑配置LinuxRedhat
- 轉: redhat linux ftp 553 錯誤的解決辦法RedhatLinuxFTP
- linux ftp服務的搭建配置LinuxFTP
- Linux下ftp的安裝配置LinuxFTP
- Redhat(03):Linux 初始化配置RedhatLinux
- redhat linux 6.2 安裝配置GUIRedhatLinuxGUI
- ftp 配置FTP
- Linux下FTP和TFTP服務配置LinuxFTP
- linux配置本地yum安裝--FTP yumLinuxFTP
- Redhat Linux網路卡配置與繫結RedhatLinux
- RedHat Linux Enterprise 5.4 yum 配置RedhatLinux
- RedHat6.2搭建FTP伺服器RedhatFTP伺服器
- linux下開啟並配置FTP服務LinuxFTP
- Linux下啟動ftp及xdm配置(轉)LinuxFTP
- Redhat Linux網路卡配置與繫結(zt)RedhatLinux
- RedHat配置IPRedhat
- UltraEdit下ftp配置,UE遠端連線linuxFTPLinux
- ftp上傳工具下載,ftp上傳工具下載使用教程,Linux如何配置ftp伺服器?FTPLinux伺服器
- Redhat Linux bind round-robin配置的探討RedhatLinux
- redhat linux9.0 telnet的配置說明RedhatLinux
- PHPStorm 配置 FTPPHPORMFTP
- 配置ftp服務FTP
- FTP配置說明FTP
- UltraEdit FTP 配置方法FTP
- FTP原理與配置FTP
- Redhat(02):yum 配置Redhat
- redhat 6.2 配置 zabbixRedhat
- redhat網路配置Redhat
- redhat 6.0配置yumRedhat
- 如何在RedHat Linux 6.8新增ftp使用者限制目錄和訪問ipRedhatLinuxFTP
- FTP,FTP連線的辦法,配置方式FTP
- redhat linux 5 之配置YUM源並安裝包RedhatLinux
- RedHat Linux下防火牆配置入門必學(轉)RedhatLinux防火牆