各ターミナルは、他のプログラムと同じように起動でき&
、バックグラウンドに入れたり、引数のリストなどを提供したりするプログラムです。
どの端末を使用するかは、最初に、使用しているシステムの可用性(インストールされているかどうか)に依存し、その後、その特性、そして個人の好みに依存します。
konsole --hold -e "ls" &
xterm -hold -e "ls" &
gnome-terminal -e "ls" & ...
-hold
of xterm
と--hold
ofの違いに注意してください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