Linux普通玩家,熟悉这些高频命令就行了( 三 )


远程连接相关• ssh root@host – 以root用户身份通过ssh连接到远程主机
• ssh -p port_number user@host – 使用非默认ssh端口连接到远程主机,指定用户
• ssh host – 使用当前用户使用默认连接
• telnet host – 使用telnet连接(端口23)




推荐阅读