登陆ftp时再输入用户名和密码出现:500 OOPS: cannot change directory:/home/**********

解决方法:在终端输入 setsebool ftpd_disable_trans 1 然后重启vsftp服务 service vsftpd restart 如果输入上述命令时出现:Could not change active booleans: Invalid boolean 是因为SELinux的问题接着在终端输入:setsebool ftp_home_dir=1 重启vsftp服务即可解决问题

相关文章:

  • 2021-07-13
  • 2022-12-23
  • 2021-07-11
  • 2021-10-26
  • 2021-12-22
  • 2021-11-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-25
  • 2021-07-09
  • 2021-04-07
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
相关资源
相似解决方案