ftp 错误响应550 Create directory operation failed 近期文章: 新买的机器,装了ftp,使用FileZila连接之后,右键创建目录,提示创建失败,如下图所示 image 2 方法一:查看目录数组是否有问题 ls -ld /usr/local/data/www 方法二:关闭SELINUX [root@172-31-9-36 ~]# getenforce Enforcing #临时关闭 [root@172-31-9-36 ~]# setenforce 0 #永久关闭 [root@172-31-9-36 ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config 再次尝试创建,就成功了 相关文章