ubuntu 14.04下安装ftp

前端之家收集整理的这篇文章主要介绍了ubuntu 14.04下安装ftp前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1,安装vsftpd

apt-get install vsftpd

2,更改

vim /etc/vsftpd.conf

write_enable=YES

pam_service_name=ftp

3,service vsftpd restart

4,添加用户

useradd -d /data/www/wwwroot -s /sbin/nologin ftpuser
passwd ftpuser
chmod -R 755 /data/www/wwwroot
chown -R ftpuser /data/www/wwwroot

5,使用ftpuser用户登录ftp

原文链接:https://www.f2er.com/ubuntu/355692.html

猜你在找的Ubuntu相关文章