xubuntu 安装vsftp

简单安装,测试程序用;

ssh 192.168.1.104

apt-get install vsftpd

简单编辑配置文件,没有过多设置

vi /etc/vsftpd.conf +"set nu"

  22 # Allow anonymous FTP? (Disabled by default)
     23 anonymous_enable=NO
     24 #
     25 # Uncomment this to allow local users to log in.
     26 local_enable=YES
     27 #
     28 # Uncomment this to enable any form of FTP write command.
     29 write_enable=YES
     30 #
     31 # Default umask for local users is 077. You may wish to change this to 022,
     32 # if your users expect that (022 is used by most other ftpd‘s)
     33 #local_umask=022
     34 #
     35 # Uncomment this to allow the anonymous FTP user to upload files. This only
     36 # has an effect if the above global write enable is activated. Also, you will
     37 # obviously need to create a directory writable by the FTP user.
     38 anon_upload_enable=YES

  

/etc/init.d/vsftpd restart

apt-get install elinks

[email protected]:/home# apt-get install elinks
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  elinks-data libfsplib0 libtre5
Suggested packages:
  elinks-doc tre-agrep
The following NEW packages will be installed:
  elinks elinks-data libfsplib0 libtre5
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 892 kB of archives.
After this operation, 3,408 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe libtre5 i386 0.8.0-3ubuntu1 [45.2 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/universe libfsplib0 i386 0.11-2 [13.3 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/universe elinks-data all 0.12~pre6-4ubuntu1 [366 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty/universe elinks i386 0.12~pre6-4ubuntu1 [467 kB]
Fetched 892 kB in 39s (22.7 kB/s)
Selecting previously unselected package libtre5:i386.
(Reading database ... 143998 files and directories currently installed.)
Preparing to unpack .../libtre5_0.8.0-3ubuntu1_i386.deb ...
Unpacking libtre5:i386 (0.8.0-3ubuntu1) ...
Selecting previously unselected package libfsplib0.
Preparing to unpack .../libfsplib0_0.11-2_i386.deb ...
Unpacking libfsplib0 (0.11-2) ...
Selecting previously unselected package elinks-data.
Preparing to unpack .../elinks-data_0.12~pre6-4ubuntu1_all.deb ...
Unpacking elinks-data (0.12~pre6-4ubuntu1) ...
Selecting previously unselected package elinks.
Preparing to unpack .../elinks_0.12~pre6-4ubuntu1_i386.deb ...
Unpacking elinks (0.12~pre6-4ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Setting up libtre5:i386 (0.8.0-3ubuntu1) ...
Setting up libfsplib0 (0.11-2) ...
Setting up elinks-data (0.12~pre6-4ubuntu1) ...
Setting up elinks (0.12~pre6-4ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...

elinks 192.168.1.104

OK.

时间: 2024-11-10 16:25:59

xubuntu 安装vsftp的相关文章

centos 安装 vsftp

vsftp是一款在Linux发行版中最受推崇的FTP服务器程序.特点是小巧轻快,安全易用.下面介绍CentOS下安装和简单配置 vsftp 这个服务软件. 在Linux下可以搭建本地YUM库来进行系统软件的安装和管理.这里不多作解释,请看Linux系统下搭建本地YUM库一文. 1.安装vsftp: 以管理员(root)身份执行以下命令: yum install vsftpd 2.配置vsftpd服务器: 默认的配置文件是/etc/vsftpd/vsftpd.conf,你可以用文本编辑器打开. v

Centos6.9如何安装vsftp

查看系统环境 [[email protected]rsync_server ~]# cat /etc/redhat-release  CentOS release 6.9 (Final) [[email protected]rsync_server ~]# uname -a Linux web01 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21 19:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 2.关闭selinux

Centos7.3安装vsftp服务

我们需要向centos操作系统的服务器上上传文件或者下载文件,这时候,ftp有必要安装下, 我们选择主流的vsftp: 第一步:安装vsftp yum install -y vsftpd 第二步:设置开机启动 systemctl enable vsftpd 第三步:启动ftp服务 systemctl start vsftpd.service 第四步:打开防火墙 firewall-cmd --zone=public --add-port=21/tcp --permanent firewall-cm

centos7.0 安装vsftp实录

安装VSFTP # 使用yum安装 yum -y install ftp vsftpd # 或者使用rpm安装以下两个包 ftp-0.17-66.el7.x86_64 vsftpd-3.0.2-9.el7.x86_64 # 另外需要安装db包,用来加密虚拟用户的账户信息 # 这个包在centos7中默认已经安装了 # rpm -qf /usr/bin/db_load libdb-utils-5.3.21-17.el7_0.1.x86_64 配置 # mkdir -p /ftp/open // 做

Redhat/CentOS安装vsftp软件

1.更新yum源 首先需要更新系统的yum源,便捷工具下载地址:http://help.aliyun.com/manual?spm=0.0.0.0.zJ3dBU&helpId=1692 2.安装vsftp 使用yum命令安装vsftp #yum install vsftpd -y 3.添加ftp帐号和目录 先检查一下nologin的位置,通常在/usr/sbin/nologin或者/sbin/nologin下. 使用下面的命令创建帐户,该命令指定了/alidata/www/wwwroot为用户p

安装 vsftp

1.yum安装 vsftp yum list vsftpd yum install vsftpd 2.配置 vsftp 将root注释掉 vi /etc/vsftpd/ftpusers 将root注释掉 vi /etc/vsftpd/user_list 3.添加防火墙端口 vi /etc/sysconfig/iptables 增加一行 允许21端口 4.重启vsftpd service vsftpd restart

linux下安装vsftp

linux下安装vsftp Linux下安装VSFTPD可是一个技术活,但是掌握了方法之后就一切变的很简单了.本文以CentOS 6.4为配置环境,进行vsftpd的安装. 命令: yum install vsftpd 下载VSFTPD Linux下传统的安装软件方法是下载tar.gz安装包,或者RPM安装包,再经过解压之后进行编译,或者用RPM -i命令安装.过程比较繁琐,其实还有个更为简捷的方法就是使用yum命令在线安装,支持几乎所有常见的软件,它的好处是读取多个镜像服务器列表中的最新版本,

CentOS安装VSFTP及配置用户

第一步,安装vsftp # 1.以管理员(root)身份执行以下命令 yum install vsftpd # 2.设置开机启动vsftpd ftp服务 chkconfig vsftpd on # 3.启动vsftpd服务 service vsftpd start 第二步,配置防火墙 # 打开/etc/sysconfig/iptables文件 vi /etc/sysconfig/iptables #在REJECT行之前添加如下代码 -A RH-Firewall-1-INPUT -m state

Ubuntu安装vsftp软件

1.安装vsftp 使用apt-get命令安装vsftp #apt-get install vsftpd -y 2.添加ftp帐号和目录 先检查一下nologin的位置,通常在/usr/sbin/nologin或者/sbin/nologin下. 使用下面的命令创建帐户,该命令指定了/data/www/wwwroot为用户pwftp的家目录,您可以自己定义帐户名和目录: #useradd -d /data/www/wwwroot -s /sbin/nologin pwftp 修改该帐户密码: #p