1查看ftp服务

ftp://ftpuser:123456@10.11.102.58:8023

2 getsebool -a | grep ftp 

临时关闭

[root@xuegod63~]# getenforce

Enforcing

[root@xuegod63~]# setenforce 0

setenforce:SELinux is disabled

永久关闭

[root@xuegod63 ~]# vim /etc/selinux/config  

改:7SELINUX=enforcing     #前面的7,表示文档中第7行。方便你查找

为:7SELINUX=disabled

 

3修改服务器时间

 date -s "YYYY-MM-DD  hh:mm:ss"

相关文章:

  • 2022-02-10
  • 2021-04-20
  • 2022-02-15
  • 2022-01-29
  • 2022-02-03
  • 2022-12-23
  • 2021-06-03
  • 2021-12-14
猜你喜欢
  • 2021-11-07
  • 2021-04-15
  • 2021-08-11
  • 2021-11-30
  • 2022-02-06
  • 2021-05-15
相关资源
相似解决方案