vsftpd:refusing to run with writable root inside chroot()
shang 7年前 (2013-10-17) 5652浏览
说明: 一直使用vsftpd作为ftp服务器,最近升级了一下ubuntu系统,vsftpd版本升为2.3.5-1,仍然使用原来配置,登陆时出现问题:500 OOPS: vsftpd: refusing to run with writable roo...
shang 7年前 (2013-10-17) 5652浏览
说明: 一直使用vsftpd作为ftp服务器,最近升级了一下ubuntu系统,vsftpd版本升为2.3.5-1,仍然使用原来配置,登陆时出现问题:500 OOPS: vsftpd: refusing to run with writable roo...
shang 8年前 (2013-09-02) 5267浏览
说明: ftp有三种登录方式:匿名登录、本地用户登录和虚拟用户登录。匿名登录:在登录FTP时使用默认的用户名,一般是ftp或anonymous;本地用户登录:使用系统用户登录,在/etc/passwd中;虚拟用户登录:这是ftp专有用户,有两种方式实...