linux版本为
引用
[root@mcprod share]# more /etc/redhat-release
CentOS release 5 (Final)
内核为
引用
[root@mcprod vsftpd]# uname -a
Linux mcprod 2.6.18-53.el5PAE #1 SMP Mon Nov 12 02:55:09 EST 2007 i686 i686 i386 GNU/Linux
vsftp需要的rpm包为
引用
[root@mcprod vsftpd]# rpm -qa|grep vsftp
vsftpd-2.0.5-10.el5
在/etc/vsftpd下面存放着vsftp用户配置的3个文件:user_list,vsftpd.conf,ftpusers
引用
[root@mcprod vsftpd]# ls -rtl
total 24
-rwxr--r-- 1 root root 338 Mar 15 2007 vsftpd_conf_migrate.sh
-rw------- 1 root root 362 Jul 13 22:32 user_list
-rw------- 1 root root 4428 Jul 17 13:14 vsftpd.conf
-rw------- 1 root root 126 Jul 17 13:24 ftpusers
将ftpusers文件里面的root用户注释掉即可。
注意user_list文件中的这句话
引用
# vsftpd userlist
# If userlist_deny=NO, only allow users in this file
# If userlist_deny=YES (default), never allow users in this file, and
# do not even prompt for a password.
# Note that the default vsftpd pam config also checks /etc/vsftpd/ftpusers
# for users that are denied.
********************************************
linux版本为
引用
[root@test init.d]# more /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
内核为
引用
[root@test init.d]# uname -a
Linux test 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 i686 i386 GNU/Linux
vsftp开放root权限,只要将root用户注释掉即可
引用
[root@test init.d]# more /etc/vsftpd.ftpusers
# Users that are not allowed to login via ftp
#root
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody
[root@test init.d]# more /etc/vsftpd.user_list
# vsftpd userlist
# If userlist_deny=NO, only allow users in this file
# If userlist_deny=YES (default), never allow users in this file, and
# do not even prompt for a password.
# Note that the default vsftpd pam config also checks /etc/vsftpd.ftpusers
# for users that are denied.
#root
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody
分享到:
相关推荐
### Linux VSFTP服务器的应用知识点详解 #### 一、实验背景及目标 本实验旨在通过实践操作,让学习者掌握在Linux环境下如何搭建VSFTP服务器,并完成特定的服务配置。实验的具体要求包括: - 将新购买的磁盘进行...
Linux下的vsftp配置详解 Vsftp(Very Secure FTP)是一款在Unix/Linux系统中广泛使用的FTP服务器,因其安全性、稳定性和高效性而受到诸多大型站点的青睐,如ftp.redhat.com, ftp.kde.org, ftp.gnome.org等。本文将...
### 构建Red Hat Linux下的VSFTP服务器实现与主机共享 #### 一、概述 本文档将详细介绍如何在Red Hat Linux环境下搭建VSFTP服务器,并通过该服务器实现与主机(通常指Windows系统)之间的资源共享。相较于Samba...
Linux VSFTP服务器是一种广泛使用的文件传输协议(FTP)服务,特别是在Linux系统中。VSFTP,全称为Very Secure FTP,设计目标是提供一个安全、高效且易于管理的FTP服务器解决方案。这个教程将深入探讨如何在Linux...
5. **新增文件权限设定** - `dirmessage_enable=YES|NO`: 是否显示目录消息,默认为NO。 - `use_localtime=YES|NO`: 文件时间戳是否采用本地时间,默认为NO。 - `hide_ids=YES|NO`: 是否隐藏用户的UID/GID,默认...
VSFTP(Visual Secure FTP Protocol)是一款非常流行的FTP服务器软件,尤其在Linux系统中被广泛使用。它提供了多种安全性和灵活性的配置选项,包括为不同用户设置不同的权限。在这个配置示例中,我们将讨论如何为两...
Linux vsftpd 匿名用户权限配置详解 在 Linux 系统中,vsftpd 是一个功能强大且流行的 FTP 服务器软件。为确保匿名用户能够安全地上传、写入、创建和删除文件,我们需要正确地配置 vsftpd 软件包。下面我们将详细...
Linux下的vsftp(Very Secure FTP)是一款广泛使用的FTP服务器软件,尤其在Unix/Linux环境中因其安全性、稳定性和高效性而备受青睐。这篇文档将详细介绍如何在Linux系统中配置vsftp,包括三种主要的运行模式:匿名...
默认情况下,vsFTP将`/var/ftp`作为FTP根目录,但只有Root用户具有写权限。为了允许文件上传,通常会在该目录下创建子目录,如`/var/ftp/pub`,供用户上传文件。然而,`vsftpd`进程(对应FTP账户)不具有对这些目录...
Linux添加FTP用户并设置权限 在linux中添加ftp用户,并设置相应的权限,操作步骤如下: 1、环境:ftp为vsftp。被限制用户名为test。被限制路径为/home/test 2、建用户,命令行状态下,在root用户下: 运行命令:...
1. 以管理员(root)身份执行以下命令:`yum -y install vsftpd` 2. 设置开机启动 vsftpd 服务:`chkconfig –level 2345 vsftpd on` 3. 启动 vsftpd 服务:`service vsftpd start` 管理 vsftpd 相关命令: * 停止...
- `write_enable=YES`:开启对本地用户的写权限。若设置为NO,用户只能读取文件,不能上传或修改。 - `chroot_local_user=YES`:限制本地用户只能访问其主目录,防止他们在FTP服务器上漫游。 - `pam_service_name=...
使用 FileZilla 工具连接到 vsftp 服务器,我们可以上传和下载文件,但是需要在配置文件中启用写入权限。 这个资源中,我们学习了如何在 Ubuntu-18.04 系统中修改 root 用户密码、安装 SSH 服务、允许 root 用户...
### 在Linux服务器上建立基于多个IP的VSFTP站点 #### 概述 本文将详细介绍如何在Linux服务器上创建基于多个IP地址的多个VSFTP(Very Secure FTP)站点,并确保每个站点都能够独立运行并拥有自己的配置文件。为了...
Linux下的FTP服务器配置主要涉及到的是vsftp(versatile secure FTP daemon)这款软件,它是一个功能强大且安全的FTP服务器解决方案。在Red Hat AS4环境下,我们可以按照以下步骤来配置vsftp: 1. **安装vsftp**: ...
VSFTP (Virtual Server FTP Daemon) 是一款非常流行的开源FTP服务器软件,特别适合配置虚拟用户和权限控制。在Linux系统中,VSFTP提供了多种安全特性,包括PAM(Pluggable Authentication Modules)支持,使得我们...
【Linux vsftp配置大全——超完整版(RHEL5通过)】 Vsftp(Very Secure FTP Daemon)是Linux环境下广泛使用的FTP服务器软件,因其安全性、稳定性和高效性而受到众多大型网站的青睐,如ftp.redhat.com, ftp.kde.org, ...
VSFTP (Virtual Secure FTP) 是一个流行的开源FTP服务器软件,常用于Linux系统中。它提供了安全性和灵活性,可以根据需要配置不同的访问权限。本教程将详细解释如何配置VSFTP服务器,特别是涉及的一些关键参数。 ...