手头一台Linux服务器(Red Hat Enterprise Linux Server release 6.6),写了一个shell脚本,在上面测试运行时,发现Kerberized ftp client命令不存在。注意这里所说的是ftp命令,不是ftp工作站。

 

 
[root@KerryDB ~]# more /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.6
[root@KerryDB ~]# ls /usr/kerberos/bin/ftp 
ls: cannot access /usr/kerberos/bin/ftp: No such file or directory
[root@KerryDB ~]# 
[root@KerryDB ~]# whereis ftp
ftp:

相关文章:

  • 2021-06-04
  • 2021-08-01
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2022-01-19
  • 2022-02-08
  • 2021-11-28
  • 2022-12-23
  • 2021-10-13
  • 2022-02-28
相关资源
相似解决方案