Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VMWare Player 上运行 linux 服务器。主机的操作系统是Windows7。是否可以从将在来宾上运行的命令行(在主机上)执行命令?
是的。有可能的。您可以使用 telnet 连接 Windows(Professional 及更高版本)来宾系统,并使用 *nix 来宾进行 telnet 或 ssh。因此,当您以访客身份运行 linux 时,对您来说最好的选择是 ssh(使用 putty - 这是非常强大的实现)。