ftp 错误响应550 Create directory operation failed

近期文章:在 macOS和Linux 上安装 golang多版本 管理工具 g,并解决 mac下 iTerm 终端g不能使用问题

新买的机器,装了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

再次尝试创建,就成功了

Comments

No comments yet. Why don’t you start the discussion?

发表评论