近期准备把windows上的ftp停用了,既然一门心思学CENTOS正好也有这个需求,那就边学习边搭建一个FTP服务好了,正好实践一下。rpm-qa|grepvsftp#查看本机是否安装了ftp服务如果没有安装使用命令进行安装。yuminstall-yvsftpd安装完成使用将ftp服务启动,并将其设置为开机启动:..
分类:
其他好文 时间:
2016-05-09 07:19:58
阅读次数:
244
##学习总结##超级用户权限vsftpd安装(l)yuminstallvsftpdapt-getinstallvsftpdvsftpd配置(本地用户登陆限制在自己的主目录,/etc/vsftpd.conf)listen=YES(连接被拒绝时查看是否打开)chroot_list_file=/etc/vsftpd.chroot_listchroot_list_enable=YESallow_writeable_chroot=YES(..
分类:
系统相关 时间:
2016-05-09 07:13:29
阅读次数:
162
##学习总结##超级用户权限vsftpd安装(l)yuminstallvsftpdapt-getinstallvsftpdvsftpd配置(本地用户登陆限制在自己的主目录,/etc/vsftpd.conf)listen=YES(连接被拒绝时查看是否打开)chroot_list_file=/etc/vsftpd.chroot_listchroot_list_enable=YESallow_writeable_chroot=YES(..
分类:
系统相关 时间:
2016-05-09 07:11:47
阅读次数:
185
安装配置步骤: rpm -ivh /opt/bak/vsftpd-2.2.2-11.el6.x86_64.rpm --本地安装vsftpd ll /etc/vsftpd/ --查看vsftpd的配置文件 里面一共有四个配置文件: vsftpd.conf 为主配置文件, ftpusers为黑名单用户配 ...
分类:
其他好文 时间:
2016-05-07 12:58:49
阅读次数:
150
当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误:
[html] view
plain copy
500 OOPS: vsftpd: refusing to run with writable root inside chroot ()
这个问题发生在最新的这是由于下面的更新造成的:
...
分类:
其他好文 时间:
2016-05-07 11:05:59
阅读次数:
252
一、环境
CentOS 5.6
x86_64
ip:192.168.10.100
二、编译依赖组件
yum -y install gcc gcc-c++ db4-utils pam-devel
三、编译安装配置vsftpd
1、编译
wget https://security.appspot.com/downloads/vsftpd-3.0.2.ta...
分类:
其他好文 时间:
2016-05-07 09:55:00
阅读次数:
266
官网地址:http://tsung.erlang-projects.org/ Tsung压力测试工具的工作原理介绍: (1) Tsung的每一个虚拟用户就是一个erlang的轻量进程。这点和loadrunner有大区别。 (2) 虚拟用户完成session后就消失。 (3) 大量的虚拟用户(erla ...
分类:
系统相关 时间:
2016-05-06 20:16:07
阅读次数:
291
解压这样的压缩包,会在当前用户的家目录下解压:~./xxxx;加参数-C :tar -xvf xxx.tar -C / ;来指定根。 最好的是在解压的时候也加参数P如:tar -xvPf xxx.tar ...
分类:
其他好文 时间:
2016-05-06 10:47:26
阅读次数:
186
MySQL数据库服务器的架设 MySQL数据库服务器的架设 MySQL数据库服务器的架设 导读 MySQL数据库是Linux操作系统上用得最多的数据库系统,它可以非常方便的与其它服务器集成在一起,如Apache、Vsftpd、Postfix等。下面介绍RHEL 6平台MySQL数据库服务器的安装方法 ...
分类:
数据库 时间:
2016-05-06 09:19:22
阅读次数:
175
一、pure-ftpd安装cd/usr/local/src/wgethttp://down.anxia.com/pure-ftpd-1.0.42.tar.gztarxfpure-ftpd-thr-1.0.32.1.tar.gzcdpure-ftpd-thr-1.0.32.1./configure--prefix=/usr/local/pureftpd--without-inetd--with-altlog--with-puredb--with-throttling--with-peruserlimit..
分类:
其他好文 时间:
2016-05-05 17:50:40
阅读次数:
205