Debian系统中如何安装Telnet客户端

7 天前 分类: 资讯分享 1 0 0

在debian系统中安装telnet客户端,可以使用如下命令:

sudo apt-get update
sudo apt-get install telnet-client
登录后复制