安装一个vsftp都有问题(Version: 3.0.2-14ubuntu1),提示530 错误,之后修改配置如下(红色):

# cat /etc/pam.d/vsftpd
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed

......

@include common-account
@include common-session
@include common-auth
auth required pam_unix.so(原是pam_shells.so)

之后遇到:

500 OOPS: vsftpd: refusing to run with writable root inside chroot ()

在/etc/vsftpd.conf中添加:

allow_writeable_chroot=YES

注:如果是扩展vsftp,需要添加allow_writable_chroot=YES。

最新文章

  1. IE6/7下空div占用空间的问题
  2. 开源一款简单清爽的日历组件,JavaScript版的
  3. jquery获取ul中的第一个li
  4. SignalR主动通知订阅者示例
  5. curl 工具收集
  6. Multithreading: How to Use the Synchronization Classes
  7. OpenLayers访问WTMS服务及添加Googlemap
  8. httpcomponents-client-ga(4.5)
  9. Chapter1:基础
  10. Kali 2017 使用SSH进行远程登录 设置 ssh 开机自启动
  11. Linux下的搜索查找命令的详解(whereis)
  12. 获取真实ip三个方法
  13. 【IDEA&&Eclipse】2、从Eclipse转移到IntelliJ IDEA一点心得
  14. 点击空白隐藏div
  15. Python爬虫实战四之抓取淘宝MM照片
  16. 【leetcode】sort list(python)
  17. 【Keras学习】Sequential模型
  18. File Transfer(并查集)
  19. 【UOJ #205】【APIO 2016】Fireworks
  20. 小结:trie

热门文章

  1. makefile all
  2. Laravel 上使用 phpexcel的两种方式
  3. 面向对象与基于对象 学习记录 thread举例
  4. js 和 css 中 不能使用 jsp 页面中一些 标签 和 java 代码等,应注意
  5. 2018.09.07 codeforces311B. Cats Transport(斜率优化dp)
  6. yii2 控制器的生命周期
  7. 解决Jedis链接报超时异常和connection reset异常的方法
  8. Netty学习第四节WebSocket入门
  9. (矩阵快速幂) Fibonacci -- poj -- 3070
  10. android中Actionbar详解