• CentOS 의 VSFTPD 접속시 500 OOPS: cannot change directory:/root 에러.

      Cent OS 6을 깔고, Database Mode에서 VSFTP를 설정하던 도중 위와 같은 에러가 났다. 인터넷을 아무리 뒤져봐도, # setsebool -P ftp_home_dir=1 라는 말 밖에 없다. 나같은 경우는 -P를 먹이면 명령어가 먹지도 않고.. 그러던 중, 한번 getsebool 을 확인하던 도중 [root@fiamm ~]# getsebool -a | grep ftp allow_ftpd_anon_write –> off allow_ftpd_full_access ...

    Read More