1、yum安装vsftpd程序:[root@NcBank01other]#yuminstallvsftpd-y2、修改配置文件[root@NcBank01other]#vi/etc/vsftpd/vsftpd.confanonymous_enable=NO//是否允许anonymous登录FTP服务器,默认是允许的。local_enable=YES//是否允许本地用户登录FTP服务器,默认是允许write_enabl..
分类:
其他好文 时间:
2017-03-16 22:35:27
阅读次数:
175
基于文本的虚拟用户: 单行的为用户名,双数行的密码ftp100123456ftp101654321ftp103123321 将文本文件转换为db文件db_load -T -t hash -f account.txt account.db ############################### ...
分类:
其他好文 时间:
2017-03-16 22:09:01
阅读次数:
165
Centos6.5下安装vsftp------本地用户准备工作:检查防火墙和selinux,并关闭;serviceiptablesstopc6的版本用这个;如果要用,就开启20,21端口;chkconfigiptablesoff;sestatus先查看selinux的状态,如果不是disable,可用vi/etc/selinux/config将SELINUX=XXX-->XXX代表级别..
分类:
其他好文 时间:
2017-03-14 14:10:23
阅读次数:
237
除了pureftp之外,常见的还有系统自带的ftp工具:vsftp。本节介绍vsftp的安装使用。服务端IP:192.168.147.139 客户端IP:192.168.147.140服务端192.168.147.139:安装vsftpd:[root@cp3~]#yuminstall-yvsftpd安装完成后就可以使用默认配置启动服务:[root@cp3~]#/etc/init.d/v..
分类:
其他好文 时间:
2017-03-10 19:23:18
阅读次数:
253
改变store下面的所有.php文件属主为ftpd[root@www ~]# chgrp ftpd /store/*.php[root@www ~]# chown ftpd /store/*.php // 添加vsftp账户start //查看Linux版本[root@localhost /]# c ...
分类:
系统相关 时间:
2017-03-09 18:33:38
阅读次数:
220
查看机器是否安装了ftp服务[root@localhostvsftpd]#rpm-qa|grepftpvsftpd-3.0.2-21.el7.x86_64发现已经安装了vsftp说是这款很牛逼的ftp服务如果没有安装可以使用yum-yinstallvsftpd安装安装好后servicevsftpdstart启动(servicevsftpdstop停止命令)我们在windows中使用ftp工具..
分类:
其他好文 时间:
2017-02-28 23:06:05
阅读次数:
1802
手动安装或cobbler 手动 需要安装dhcp。vsftp。ftp。xinetd。。。。。。 yum install dhcp vi /etc/dhcp/dhcpd.conf ddns-update-style interim;ignore client-updates;subnet 192.16 ...
分类:
其他好文 时间:
2017-02-20 13:53:25
阅读次数:
789
stop 服务 rpm -e --nodeps 卸载 yum -y remove 如果还不行就用这个 yum --setopt=tsflags=noscripts remove vsftpd 参考http://www.linux-pages.com/2012/08/error-in-preun-sc ...
分类:
系统相关 时间:
2017-02-20 01:04:49
阅读次数:
186
原文链接:http://www.tuicool.com/articles/nuiQBja 1、更新yum源 我是直接 yum update 更新的 2、安装vsftp 使用yum命令安装vsftpd 3、添加ftp帐号和目录 先检查一下nologin的位置,通常在/usr/sbin/nologin或 ...
分类:
其他好文 时间:
2017-02-13 19:03:31
阅读次数:
201
系统环境;CentOSLinuxrelease7.2.1511(Core)yum方式安装ftpserver:yuminstallvsftpddb4-utilsftp然后根据具体需求和业务场景等进行配置,我这里是禁止匿名用户登录,配置ok后启动ftp报错:。。。由于是系统是Cent7,与6的有些区别,所以看了下报错信息,后半部分引起了我注意..
分类:
其他好文 时间:
2017-02-07 16:50:30
阅读次数:
141