vsftp 550 Create directory operation failed.

刚创建好的vsftp,在创建文件时提示 550 Create directory operation failed.错误,该目录下虚拟用户和组都有可写的的权限啊。后来翻阅文档,发现原来是SELINUX搞的鬼,原来只需要disable selinux就可以了。
方法:
#     disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.

ok,正常了。
请使用浏览器的分享功能分享到微信等