每个终端甚至是一个程序,您都可以像在其他程序中一样启动它,并&
放置在后台,提供参数列表等。
使用哪个终端首先取决于您所使用系统的可用性(无论是否已安装),其次取决于它们的特殊性,然后取决于您的个人喜好。
konsole --hold -e "ls" &
xterm -hold -e "ls" &
gnome-terminal -e "ls" & ...
注意之间的差异-hold
的xterm
和--hold
的konsole
。
每个实现都有不同的选项,您必须在帮助下进行检查。甚至可以以不同的方式调用帮助。您会发现它man konsole
不起作用,因此必须使用来直接询问可执行文件--help
。
这是您可以在系统上搜索的终端列表
aterm - AfterStep terminal with transparency support
gnome-terminal - default terminal for GNOME
guake - A dropdown terminal for GNOME
konsole - default terminal for KDE
Kuake - a dropdown terminal for KDE
mrxvt - Multi-tabbed rxvt clone
rxvt - for the X Window System (and, in the form of a Cygwin port,
for Windows)
rxvt-unicode - rxvt clone with unicode support
xfce4-terminal - default terminal for Xfce desktop
environment with dropdown support
Terminator - is a GPL terminal emulator. It is available on
Microsoft Windows, Mac OS X, Linux and other Unix X11 systems.
Terminology - enhanced terminal supportive of multimedia
and text manipulation for X11 and Linux framebuffer
tilda - A drop down terminal
wterm - It is a fork of rxvt, designed to be lightweight, but still
full of features
xterm - default terminal for the X Window System
Yakuake - (Yet Another Kuake), a dropdown terminal for KDE