AIX配置FTP

简介:

 

AIX中使用ftp服务(添加ftp用户,权限设置)

 

关键字: aix ftp

1.创建目录/var/ftp

# mkdir /var/ftp

 

2.建立ftp组 ftpgrp

# mkgroup ftpgrp

 

3.建立用户myftp

# mkuser home=/var/ftp shell=/usr/bin/bsh su=false ftp

 

4.设定目录属性

# chown -R ftp:ftpgrp /var/ftp

# chmod 755 /var/ftp

 

5.设置用户密码

# passwd ftp

 

6.激活用户

使用ftp用户登录aix系统,重新设置密码;

或者直接修改aix配置,不用重置密码即可使用(待查资料)

 

普通用户使用FTP必备条件

 

Before the ftpd daemon can transfer files for a client process, it must authenticate the client process. The ftpd daemon authenticates client processes according to these rules:

 

The user must have a password in the password database, /etc/security/passwd. (If the user's password is not null, the client process must provide that password.)

The user name must not appear in the /etc/ftpusers file.

The user's login shell must appear in the shells attribute of the /etc/security/login.cfg file.

If the user name is anonymous, ftp or is a defined anonymous user in the /etc/ftpaccess.ctl file, an anonymous FTP account must be defined in the password file. In this case, the client process is allowed to log in using any password. By convention, the password is the name of the client host. The ftpd daemon takes special measures to restrict access by the client process to the anonymous account.

注意:在创建用户时要设置密码.确认在普通用户可su到要使用FTP的普通用户.










本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/791845,如需转载请自行联系原作者
目录
相关文章
|
1月前
File和FTP和HTTP软件配置
File和FTP和HTTP软件配置
|
8月前
|
Linux 数据安全/隐私保护
百度搜索:蓝易云【CentOS7系统安装配置FTP服务器详解。]
FTP服务器是一种常用的文件传输协议,它可以通过网络将文件从一个计算机传输到另一个计算机。在Linux系统中,搭建FTP服务器可以方便地进行文件传输。本文将详细介绍CentOS7系统安装配置FTP服务器的步骤。
154 0
|
7月前
|
网络协议 Linux 应用服务中间件
2022红帽企业版网络配置--centos7配置DHCP DNS绑定域名 FTP HTTP(apache) nginx samba
2022红帽企业版网络配置--centos7配置DHCP DNS绑定域名 FTP HTTP(apache) nginx samba
147 0
|
2月前
|
弹性计算 缓存 负载均衡
ECS配置问题之FTP密码修改失败如何解决
ECS配置指的是对阿里云Elastic Compute Service(弹性计算服务)实例的硬件和软件资源进行设置的过程;本合集将详述如何选择合适的ECS配置、调整资源配比以及优化实例性能,以满足不同应用场景的需求。
|
6月前
|
DataWorks 数据安全/隐私保护
dataworks配置ftp数据源?
dataworks配置ftp数据源?
47 1
|
10月前
|
网络协议 Linux 网络安全
Linux文件服务配置FTP服务
之前学习了网络管理,在平时我们去各网站下载电影或者文件,比如去电影天堂下载电影的时候,细心的会发现网站的前缀是ftp://,这篇文章就开始学习怎么配置ftp服务器供客户端进行下载文件。
436 2
|
10月前
|
网络协议 数据安全/隐私保护 网络架构
|
存储 机器学习/深度学习 网络协议
Linux 下 FTP 连接使用方式及常用配置
Linux 下 FTP 连接使用方式及常用配置
676 0
|
网络安全
IIS配置FTP
IIS配置FTP过程
234 0
IIS配置FTP