基于文本的虚拟用户: 单行的为用户名,双数行的密码ftp100123456ftp101654321ftp103123321 将文本文件转换为db文件db_load -T -t hash -f account.txt account.db ############################### ...
分类:
其他好文 时间:
2017-03-16 22:09:01
阅读次数:
165
查看系统是否安装vsftpd服务#rpm-qavsftpd若没安装,可用yum进行安装#yum-yinstallvsftpd修改配置文件手动输入chroot_local_user=YES此行注释(匿名登录)#anonymous_enable=YES最后修改结果:#cat/etc/vsftpd/vsftpd.conf|grep-v‘^#‘
local_enable=YES
write_enable=YES
local..
分类:
系统相关 时间:
2017-03-15 19:17:00
阅读次数:
257
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
安装和配置安装:yuminstallvsftpd修改配置文件:/etc/vsftpd/vsftpd.conf配置项说明:local_enable=YES允许本地用户登录write_enable=YES允许写入chroot_local_user=YES默认不允许切换到home之外,YES=禁止切换;NO=可以切换chroot_list_enable=YES声明有一个列表文件,该文件..
分类:
其他好文 时间:
2017-03-10 19:36:15
阅读次数:
135
除了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