반응형
centos 7 에서 vsftpd 디렉토리/폴더 안보임 현상이 나타났다.
검색을 한참 해보니 역시나 selinux때문이다.
간단한 해결방법은 selinux를 off시키는 방법이지만
그렇게 해결하고싶지는 않음.
또 검색해보니
setsebool -P ftp_home_dir=1
라고 하면 해결된다지만 역시 안되었다.
Boolean ftp_home_dir is not defined
라고 나옴
getsebool -a 명령으로 보니 ftp_home_dir 이라는 값 자체가 없다. centos 7.3에서 빠진것인지 7에서 빠진 것인지 모르겠다.
찾아보니 ftpd_full_access 라는 값이 있다.
setsebool -P ftpd_full_access=1
라는 명령으로 해결.
systemctl restart vsftpd.service
해주니 잘 된다.
반응형
'컴퓨터 IT > 리눅스' 카테고리의 다른 글
우분투 로그인 무한루프 (0) | 2018.02.20 |
---|---|
centos 7 selinux public_html 억세스 에러날 때 (0) | 2018.02.20 |
(gedit:1495): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files (0) | 2016.05.05 |
dolphin ppa (0) | 2016.04.30 |
Zend OPcache must be loaded before Zend Debugger (0) | 2016.04.28 |