【问题标题】:Opening .pdf using Putty ssh?使用 Putty ssh 打开 .pdf?
【发布时间】:2014-01-16 15:48:06
【问题描述】:

我正在使用基于 Windows 的计算机,并使用 Putty 将 ssh 连接到我的大学集群。它可以毫无问题地连接,但是当我尝试访问 .pdf 文件时,我收到以下错误消息。

evince /cm/shared/docs/cm/user-manual.pdf
Cannot parse arguments: Cannot open display

gnome-open /cm/shared/docs/cm/user-manual.pdf
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
-bash-4.1$ Cannot parse arguments: Cannot open display:

我不熟悉 linux 命令或 ssh,如果这是一个愚蠢的问题,我很抱歉;任何帮助将不胜感激。

干杯, 吉姆

【问题讨论】:

    标签: windows ssh putty


    【解决方案1】:

    PuTTy 无法打开“图形”显示。它只能显示文本。也许您可以使用 WinSCP(Windows 软件)访问该文件并将其下载到您的 Windows PC。

    【讨论】:

    • 谢谢 我不知道腻子只显示文本。我会试试 WinSCP