500 OOPS: vsftpd: refusing to run with writable root inside chroot()の対処法

CentOS7でVsFTPDを使っていて、chroot設定をしたらエラーがでました。 500 OOPS: vsftpd: refusing to run with writable root inside chroot() なんだこれは・・・調べてみるとどうやら書き込み権限があるとでるエラーらしいです。書き込みできなければアップロードできないので意味ない・・・下記のようにconfファイルに追記することで対処できます。 [c]

vi /etc/vsftpd/vsftpd.conf

allow_writeable_chroot=YES [/c] 無事ログインできました