xterm:在 X Window System(X11) 上常见的终端模拟器程序,用来打开命令行窗口、运行 shell 与文本类程序。(也可泛指类似的 X 终端窗口)
/ˈɛks.tɝːm/
I opened xterm to run a quick command.
我打开了 xterm 来运行一个快速命令。
Because the remote server is slow, I keep an xterm window running so I can monitor logs and restart the service if needed.
因为远程服务器很慢,我一直开着一个 xterm 窗口,以便监控日志并在需要时重启服务。
xterm 可理解为 X + terminal 的缩写/合成:其中 X 指 X Window System(Unix/Linux 图形界面系统之一),term 来自 terminal(终端)。它最早用于在 X11 图形环境中提供传统“终端”体验。