今天在用vsftpd 时出现一个问题:
500 OOPS:chroot

解决办法:

1、关闭SELINUX

[root@localhost ~]#vi /etc/sysconfig/selinux

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

#       enforcing – SELinux security policy is enforced.

#       permissive – SELinux prints warnings instead of enforcing.

#       disabled – No SELinux policy is loaded.

#SELINUX=enforcing 

SELINUX=distable

#SELINUX=enforcing 修改成SELINUX=distable

# SELINUXTYPE= can take one of these two values:

#       targeted – Targeted processes are protected,

#       mls – Multi Level Security protection.

SELINUXTYPE=targeted

2.重开机

最新文章

  1. intellij idea Maven 创建项目时出现的一些问题
  2. 携程Ctrip DAL的学习1
  3. 《你是我的小羊驼》游戏ios源码
  4. everything搜索工具小技巧
  5. iOS KVO & KVC
  6. Java PreparedStatement
  7. windows 开机自动启动方案
  8. c# excel print 打印 将所有列调整为一页
  9. tensorflow-线性函数训练例子一
  10. 全志A33开发板的安卓控制LED-2-JNI基础
  11. shell命令记录
  12. 使用codedom 编写脚本解释器
  13. Sqlserver 游标&存储过程&临时表混合使用实例
  14. git设置不需要密码
  15. Web移动端使用localStorage缓存Js和css文件 | 强制不要缓存
  16. 修改状态栏,电池,wifi的颜色为白色
  17. es6+最佳入门实践(11)
  18. ftrace
  19. css活用,半星星的效果
  20. EntityFramework 学习 一 Persistence in Entity Framework

热门文章

  1. mysqldump中使用flush tables with read lock的风险分析
  2. HDU 4510
  3. POJ 3076
  4. 《ASP.NET》数据绑定——GridView
  5. 【cl】本地安装maven的jar包报错Artifact is already in the local repository
  6. C语言——什么是指针?
  7. 【撸码caffe 三】 caffe.cpp
  8. Redis(三)、Redis主从复制
  9. Blender插件之操作器(Operator)实战
  10. Java基础11一常用类