The RHEL/CentOS 5.4 telnet client is installed at /usr/kerberos/bin/telnet. Your $PATH variable thus needs/usr/kerberos/bin listed. (Preferably before /usr/bin) If for some reason you don't have that file installed, it's part of
the packagekrb5-workstation. Installing that package manually or via YUM should give you what you need.
You can check quick with which telnet to see if it's found anywhere in your path.echo $PATH to see what directories are being checked, and
rpm -q krb5-workstation to see if you have the package installed.
可以了。直接用命令“ yum -y install telnet"安装就行了
本文介绍了如何在RHEL/CentOS 5.4上安装telnet客户端。如果未找到telnet客户端,可以通过检查路径变量$PATH确认是否已安装,并通过which telnet命令验证。若未安装,可通过yum -y install telnet命令进行安装。该客户端位于/usr/kerberos/bin/telnet,也可手动安装krb5-workstation包或使用YUM来获取所需文件。

2381

被折叠的 条评论
为什么被折叠?



